Html Css Color HEX #60C8E9 Malibu

📋 copy color: '#60C8E9'

red 96 ◦ green 200 ◦ blue 233

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

Shades of Malibu #60C8E9

Tints of Malibu #60C8E9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.81%

 BLUE value IS 233 (91.41% from 255) = 44.05%

R = 18.15%
G = 37.81%
B = 44.05%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60C8E9 (or 0x60C8E9) is known color: Malibu. HEX triplet: 60, C8 and E9. RGB value is (96,200,233). Sum of RGB (Red+Green+Blue) = 96+200+233=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #60C8E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C8E9 is #9F3716. Grayscale: #ACACAC. Windows color (decimal): -10434327 or 15321184. OLE color: 15321184.

HSL color Cylindrical-coordinate representation of color #60C8E9: hue angle of 194.45º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C8E9 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 200 233 -
CMYK 0.59 0.14 0 0.09
HSL 194.45º 0.76% 0.65% -
HSV(B) 194.45º 0.59% 0.91% -
XYZ 40.19 49.68 84.56 -
YUV 172.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 96 200 233 0.59 0.14 0 0.09 194.45 0.76 0.65
Hex 60 C8 E9 3B E 0 9 C2 4C 41
Octal 140 310 351 73 16 0 11 302 114 101
Binary 1100000 11001000 11101001 111011 1110 0 1001 11000010 1001100 1000001

Color Harmonies of #60C8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C8E9

Black with #60C8E9

Text Example


Text Example

White with #60C8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,200,233); }

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

background-color css

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

 a { background-color: rgb(96,200,233); }

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

border-color css

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

 span { border-color: rgb(96,200,233); }

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