Html Css Color HEX #53BBEC Malibu

📋 copy color: '#53BBEC'

red 83 ◦ green 187 ◦ blue 236

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

Shades of Malibu #53BBEC

Tints of Malibu #53BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.96%

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 16.4%
G = 36.96%
B = 46.64%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53BBEC (or 0x53BBEC) is known color: Malibu. HEX triplet: 53, BB and EC. RGB value is (83,187,236). Sum of RGB (Red+Green+Blue) = 83+187+236=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #53BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBEC is #AC4413. Grayscale: #A1A1A1. Windows color (decimal): -11289620 or 15514451. OLE color: 15514451.

HSL color Cylindrical-coordinate representation of color #53BBEC: hue angle of 199.22º degrees, saturation: 0.8, 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 #53BBEC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 187 236 -
CMYK 0.65 0.21 0 0.07
HSL 199.22º 0.8% 0.63% -
HSV(B) 199.22º 0.65% 0.93% -
XYZ 36.48 43.44 85.82 -
YUV 161.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 83 187 236 0.65 0.21 0 0.07 199.22 0.8 0.63
Hex 53 BB EC 41 15 0 7 C7 50 3F
Octal 123 273 354 101 25 0 7 307 120 77
Binary 1010011 10111011 11101100 1000001 10101 0 111 11000111 1010000 111111

Color Harmonies of #53BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBEC

Black with #53BBEC

Text Example


Text Example

White with #53BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,187,236); }

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

background-color css

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

 a { background-color: rgb(83,187,236); }

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

border-color css

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

 span { border-color: rgb(83,187,236); }

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