Html Css Color HEX #60BBE0 Malibu

📋 copy color: '#60BBE0'

red 96 ◦ green 187 ◦ blue 224

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

Shades of Malibu #60BBE0

Tints of Malibu #60BBE0

RGB

 RED value IS 96 (37.89% from 255) = 18.93%

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 18.93%
G = 36.88%
B = 44.18%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#60BBE0 (or 0x60BBE0) is known color: Malibu. HEX triplet: 60, BB and E0. RGB value is (96,187,224). Sum of RGB (Red+Green+Blue) = 96+187+224=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #60BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBE0 is #9F441F. Grayscale: #A3A3A3. Windows color (decimal): -10437664 or 14728032. OLE color: 14728032.

HSL color Cylindrical-coordinate representation of color #60BBE0: hue angle of 197.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BBE0 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 187 224 -
CMYK 0.57 0.17 0 0.12
HSL 197.34º 0.67% 0.63% -
HSV(B) 197.34º 0.57% 0.88% -
XYZ 36.05 43.41 77 -
YUV 164.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 96 187 224 0.57 0.17 0 0.12 197.34 0.67 0.63
Hex 60 BB E0 39 11 0 C C5 43 3F
Octal 140 273 340 71 21 0 14 305 103 77
Binary 1100000 10111011 11100000 111001 10001 0 1100 11000101 1000011 111111

Color Harmonies of #60BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BBE0

Black with #60BBE0

Text Example


Text Example

White with #60BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BBE0; }

 p { color: rgb(96,187,224); }

 H1.HeaderClassName
 {
   color: #60BBE0;
 }
 .AnyTagClassName
 {
   color: #60BBE0;
 }
</style>

background-color css

<style>
 a { background-color: #60BBE0; }

 a { background-color: rgb(96,187,224); }

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

border-color css

<style>
 span { border-color: #60BBE0; }

 span { border-color: rgb(96,187,224); }

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