Html Css Color HEX #60C1EC Malibu

📋 copy color: '#60C1EC'

red 96 ◦ green 193 ◦ blue 236

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

Shades of Malibu #60C1EC

Tints of Malibu #60C1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

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

R = 18.29%
G = 36.76%
B = 44.95%

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

#60C1EC (or 0x60C1EC) is known color: Malibu. HEX triplet: 60, C1 and EC. RGB value is (96,193,236). Sum of RGB (Red+Green+Blue) = 96+193+236=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #60C1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C1EC is #9F3E13. Grayscale: #A8A8A8. Windows color (decimal): -10436116 or 15516000. OLE color: 15516000.

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

Color convert

RGB 96 193 236 -
CMYK 0.59 0.18 0 0.07
HSL 198.43º 0.79% 0.65% -
HSV(B) 198.43º 0.59% 0.93% -
XYZ 39.03 46.68 86.31 -
YUV 168.9 165.86 76 -
System Red Green Blue C M Y K H S L
Decimal 96 193 236 0.59 0.18 0 0.07 198.43 0.79 0.65
Hex 60 C1 EC 3B 12 0 7 C6 4F 41
Octal 140 301 354 73 22 0 7 306 117 101
Binary 1100000 11000001 11101100 111011 10010 0 111 11000110 1001111 1000001

Color Harmonies of #60C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C1EC

Black with #60C1EC

Text Example


Text Example

White with #60C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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