Html Css Color HEX #60BCD6 Malibu

📋 copy color: '#60BCD6'

red 96 ◦ green 188 ◦ blue 214

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

Shades of Malibu #60BCD6

Tints of Malibu #60BCD6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 214 (83.98% from 255) = 42.97%

R = 19.28%
G = 37.75%
B = 42.97%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60BCD6 (or 0x60BCD6) is known color: Malibu. HEX triplet: 60, BC and D6. RGB value is (96,188,214). Sum of RGB (Red+Green+Blue) = 96+188+214=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #60BCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCD6 is #9F4329. Grayscale: #A3A3A3. Windows color (decimal): -10437418 or 14072928. OLE color: 14072928.

HSL color Cylindrical-coordinate representation of color #60BCD6: hue angle of 193.22º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60BCD6 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 188 214 -
CMYK 0.55 0.12 0 0.16
HSL 193.22º 0.59% 0.61% -
HSV(B) 193.22º 0.55% 0.84% -
XYZ 34.94 43.31 70.14 -
YUV 163.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 96 188 214 0.55 0.12 0 0.16 193.22 0.59 0.61
Hex 60 BC D6 37 C 0 10 C1 3B 3D
Octal 140 274 326 67 14 0 20 301 73 75
Binary 1100000 10111100 11010110 110111 1100 0 10000 11000001 111011 111101

Color Harmonies of #60BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCD6

Black with #60BCD6

Text Example


Text Example

White with #60BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,214); }

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

background-color css

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

 a { background-color: rgb(96,188,214); }

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

border-color css

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

 span { border-color: rgb(96,188,214); }

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