Html Css Color HEX #60C2EF Malibu

📋 copy color: '#60C2EF'

red 96 ◦ green 194 ◦ blue 239

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

Shades of Malibu #60C2EF

Tints of Malibu #60C2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 18.15%
G = 36.67%
B = 45.18%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60C2EF (or 0x60C2EF) is known color: Malibu. HEX triplet: 60, C2 and EF. RGB value is (96,194,239). Sum of RGB (Red+Green+Blue) = 96+194+239=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #60C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2EF is #9F3D10. Grayscale: #A9A9A9. Windows color (decimal): -10435857 or 15712864. OLE color: 15712864.

HSL color Cylindrical-coordinate representation of color #60C2EF: hue angle of 198.88º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C2EF is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 194 239 -
CMYK 0.60 0.19 0 0.06
HSL 198.88º 0.82% 0.66% -
HSV(B) 198.88º 0.6% 0.94% -
XYZ 39.7 47.3 88.7 -
YUV 169.83 167.03 75.34 -
System Red Green Blue C M Y K H S L
Decimal 96 194 239 0.60 0.19 0 0.06 198.88 0.82 0.66
Hex 60 C2 EF 3C 13 0 6 C7 52 42
Octal 140 302 357 74 23 0 6 307 122 102
Binary 1100000 11000010 11101111 111100 10011 0 110 11000111 1010010 1000010

Color Harmonies of #60C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C2EF

Black with #60C2EF

Text Example


Text Example

White with #60C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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