Html Css Color HEX #60C2EC Malibu

📋 copy color: '#60C2EC'

red 96 ◦ green 194 ◦ blue 236

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

Shades of Malibu #60C2EC

Tints of Malibu #60C2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 18.25%
G = 36.88%
B = 44.87%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60C2EC (or 0x60C2EC) is known color: Malibu. HEX triplet: 60, C2 and EC. RGB value is (96,194,236). Sum of RGB (Red+Green+Blue) = 96+194+236=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #60C2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2EC is #9F3D13. Grayscale: #A9A9A9. Windows color (decimal): -10435860 or 15516256. OLE color: 15516256.

HSL color Cylindrical-coordinate representation of color #60C2EC: hue angle of 198º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C2EC is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 194 236 -
CMYK 0.59 0.18 0 0.07
HSL 198º 0.79% 0.65% -
HSV(B) 198º 0.59% 0.93% -
XYZ 39.26 47.13 86.38 -
YUV 169.49 165.53 75.58 -
System Red Green Blue C M Y K H S L
Decimal 96 194 236 0.59 0.18 0 0.07 198 0.79 0.65
Hex 60 C2 EC 3B 12 0 7 C6 4F 41
Octal 140 302 354 73 22 0 7 306 117 101
Binary 1100000 11000010 11101100 111011 10010 0 111 11000110 1001111 1000001

Color Harmonies of #60C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C2EC

Black with #60C2EC

Text Example


Text Example

White with #60C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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