Html Css Color HEX #60C1EE Malibu

📋 copy color: '#60C1EE'

red 96 ◦ green 193 ◦ blue 238

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

Shades of Malibu #60C1EE

Tints of Malibu #60C1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 18.22%
G = 36.62%
B = 45.16%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60C1EE (or 0x60C1EE) is known color: Malibu. HEX triplet: 60, C1 and EE. RGB value is (96,193,238). Sum of RGB (Red+Green+Blue) = 96+193+238=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #60C1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C1EE is #9F3E11. Grayscale: #A8A8A8. Windows color (decimal): -10436114 or 15647072. OLE color: 15647072.

HSL color Cylindrical-coordinate representation of color #60C1EE: hue angle of 199.01º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C1EE is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 193 238 -
CMYK 0.60 0.19 0 0.07
HSL 199.01º 0.81% 0.65% -
HSV(B) 199.01º 0.6% 0.93% -
XYZ 39.33 46.8 87.85 -
YUV 169.13 166.86 75.84 -
System Red Green Blue C M Y K H S L
Decimal 96 193 238 0.60 0.19 0 0.07 199.01 0.81 0.65
Hex 60 C1 EE 3C 13 0 7 C7 51 41
Octal 140 301 356 74 23 0 7 307 121 101
Binary 1100000 11000001 11101110 111100 10011 0 111 11000111 1010001 1000001

Color Harmonies of #60C1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C1EE

Black with #60C1EE

Text Example


Text Example

White with #60C1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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