Html Css Color HEX #60C8EA Malibu

📋 copy color: '#60C8EA'

red 96 ◦ green 200 ◦ blue 234

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

Shades of Malibu #60C8EA

Tints of Malibu #60C8EA

RGB

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

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

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

R = 18.11%
G = 37.74%
B = 44.15%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60C8EA (or 0x60C8EA) is known color: Malibu. HEX triplet: 60, C8 and EA. RGB value is (96,200,234). Sum of RGB (Red+Green+Blue) = 96+200+234=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #60C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C8EA is #9F3715. Grayscale: #ACACAC. Windows color (decimal): -10434326 or 15386720. OLE color: 15386720.

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

Color convert

RGB 96 200 234 -
CMYK 0.59 0.15 0 0.08
HSL 194.78º 0.77% 0.65% -
HSV(B) 194.78º 0.59% 0.92% -
XYZ 40.33 49.74 85.32 -
YUV 172.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 96 200 234 0.59 0.15 0 0.08 194.78 0.77 0.65
Hex 60 C8 EA 3B F 0 8 C3 4D 41
Octal 140 310 352 73 17 0 10 303 115 101
Binary 1100000 11001000 11101010 111011 1111 0 1000 11000011 1001101 1000001

Color Harmonies of #60C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C8EA

Black with #60C8EA

Text Example


Text Example

White with #60C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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