Html Css Color HEX #60BBDB Malibu

📋 copy color: '#60BBDB'

red 96 ◦ green 187 ◦ blue 219

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

Shades of Malibu #60BBDB

Tints of Malibu #60BBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 19.12%
G = 37.25%
B = 43.63%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60BBDB (or 0x60BBDB) is known color: Malibu. HEX triplet: 60, BB and DB. RGB value is (96,187,219). Sum of RGB (Red+Green+Blue) = 96+187+219=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #60BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBDB is #9F4424. Grayscale: #A3A3A3. Windows color (decimal): -10437669 or 14400352. OLE color: 14400352.

HSL color Cylindrical-coordinate representation of color #60BBDB: hue angle of 195.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60BBDB is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 187 219 -
CMYK 0.56 0.15 0 0.14
HSL 195.61º 0.63% 0.62% -
HSV(B) 195.61º 0.56% 0.86% -
XYZ 35.38 43.14 73.48 -
YUV 163.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 96 187 219 0.56 0.15 0 0.14 195.61 0.63 0.62
Hex 60 BB DB 38 F 0 E C4 3F 3E
Octal 140 273 333 70 17 0 16 304 77 76
Binary 1100000 10111011 11011011 111000 1111 0 1110 11000100 111111 111110

Color Harmonies of #60BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BBDB

Black with #60BBDB

Text Example


Text Example

White with #60BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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