Html Css Color HEX #53B7EE Malibu

📋 copy color: '#53B7EE'

red 83 ◦ green 183 ◦ blue 238

#53B7EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #53B7EE

Tints of Malibu #53B7EE

RGB

 RED value IS 83 (32.81% from 255) = 16.47%

 GREEN value IS 183 (71.88% from 255) = 36.31%

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 16.47%
G = 36.31%
B = 47.22%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53B7EE (or 0x53B7EE) is known color: Malibu. HEX triplet: 53, B7 and EE. RGB value is (83,183,238). Sum of RGB (Red+Green+Blue) = 83+183+238=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #53B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B7EE is #AC4811. Grayscale: #9F9F9F. Windows color (decimal): -11290642 or 15644499. OLE color: 15644499.

HSL color Cylindrical-coordinate representation of color #53B7EE: hue angle of 201.29º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53B7EE is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 183 238 -
CMYK 0.65 0.23 0 0.07
HSL 201.29º 0.82% 0.63% -
HSV(B) 201.29º 0.65% 0.93% -
XYZ 35.93 41.88 87.08 -
YUV 159.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 83 183 238 0.65 0.23 0 0.07 201.29 0.82 0.63
Hex 53 B7 EE 41 17 0 7 C9 52 3F
Octal 123 267 356 101 27 0 7 311 122 77
Binary 1010011 10110111 11101110 1000001 10111 0 111 11001001 1010010 111111

Color Harmonies of #53B7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B7EE

Black with #53B7EE

Text Example


Text Example

White with #53B7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B7EE; }

 p { color: rgb(83,183,238); }

 H1.HeaderClassName
 {
   color: #53B7EE;
 }
 .AnyTagClassName
 {
   color: #53B7EE;
 }
</style>

background-color css

<style>
 a { background-color: #53B7EE; }

 a { background-color: rgb(83,183,238); }

 div.DivClassName
 {
   background-color: #53B7EE;
 }
 .BgClassName
 {
   background-color: #53B7EE;
 }
</style>

border-color css

<style>
 span { border-color: #53B7EE; }

 span { border-color: rgb(83,183,238); }

 td.TdClassName
 {
   border-color: #53B7EE;
 }
 .TagClassName
 {
   border-color: #53B7EE;
 }
</style>