Html Css Color HEX #60C2EB Malibu

📋 copy color: '#60C2EB'

red 96 ◦ green 194 ◦ blue 235

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

Shades of Malibu #60C2EB

Tints of Malibu #60C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.95%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 18.29%
G = 36.95%
B = 44.76%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60C2EB (or 0x60C2EB) is known color: Malibu. HEX triplet: 60, C2 and EB. RGB value is (96,194,235). Sum of RGB (Red+Green+Blue) = 96+194+235=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #60C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2EB is #9F3D14. Grayscale: #A9A9A9. Windows color (decimal): -10435861 or 15450720. OLE color: 15450720.

HSL color Cylindrical-coordinate representation of color #60C2EB: hue angle of 197.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C2EB is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 194 235 -
CMYK 0.59 0.17 0 0.08
HSL 197.7º 0.78% 0.65% -
HSV(B) 197.7º 0.59% 0.92% -
XYZ 39.11 47.07 85.62 -
YUV 169.37 165.03 75.67 -
System Red Green Blue C M Y K H S L
Decimal 96 194 235 0.59 0.17 0 0.08 197.7 0.78 0.65
Hex 60 C2 EB 3B 11 0 8 C6 4E 41
Octal 140 302 353 73 21 0 10 306 116 101
Binary 1100000 11000010 11101011 111011 10001 0 1000 11000110 1001110 1000001

Color Harmonies of #60C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C2EB

Black with #60C2EB

Text Example


Text Example

White with #60C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,194,235); }

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

background-color css

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

 a { background-color: rgb(96,194,235); }

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

border-color css

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

 span { border-color: rgb(96,194,235); }

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