Html Css Color HEX #60C2EA Malibu

📋 copy color: '#60C2EA'

red 96 ◦ green 194 ◦ blue 234

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

Shades of Malibu #60C2EA

Tints of Malibu #60C2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 18.32%
G = 37.02%
B = 44.66%

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

#60C2EA (or 0x60C2EA) is known color: Malibu. HEX triplet: 60, C2 and EA. RGB value is (96,194,234). Sum of RGB (Red+Green+Blue) = 96+194+234=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #60C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2EA is #9F3D15. Grayscale: #A9A9A9. Windows color (decimal): -10435862 or 15385184. OLE color: 15385184.

HSL color Cylindrical-coordinate representation of color #60C2EA: hue angle of 197.39º degrees, saturation: 0.77, 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 #60C2EA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 194 234 -
CMYK 0.59 0.17 0 0.08
HSL 197.39º 0.77% 0.65% -
HSV(B) 197.39º 0.59% 0.92% -
XYZ 38.97 47.01 84.86 -
YUV 169.26 164.53 75.75 -
System Red Green Blue C M Y K H S L
Decimal 96 194 234 0.59 0.17 0 0.08 197.39 0.77 0.65
Hex 60 C2 EA 3B 11 0 8 C5 4D 41
Octal 140 302 352 73 21 0 10 305 115 101
Binary 1100000 11000010 11101010 111011 10001 0 1000 11000101 1001101 1000001

Color Harmonies of #60C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C2EA

Black with #60C2EA

Text Example


Text Example

White with #60C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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