Html Css Color HEX #60C9EE Malibu

📋 copy color: '#60C9EE'

red 96 ◦ green 201 ◦ blue 238

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

Shades of Malibu #60C9EE

Tints of Malibu #60C9EE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.57%

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

R = 17.94%
G = 37.57%
B = 44.49%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60C9EE (or 0x60C9EE) is known color: Malibu. HEX triplet: 60, C9 and EE. RGB value is (96,201,238). Sum of RGB (Red+Green+Blue) = 96+201+238=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #60C9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C9EE is #9F3611. Grayscale: #ADADAD. Windows color (decimal): -10434066 or 15649120. OLE color: 15649120.

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

Color convert

RGB 96 201 238 -
CMYK 0.60 0.16 0 0.07
HSL 195.63º 0.81% 0.65% -
HSV(B) 195.63º 0.6% 0.93% -
XYZ 41.14 50.43 88.46 -
YUV 173.82 164.21 72.49 -
System Red Green Blue C M Y K H S L
Decimal 96 201 238 0.60 0.16 0 0.07 195.63 0.81 0.65
Hex 60 C9 EE 3C 10 0 7 C4 51 41
Octal 140 311 356 74 20 0 7 304 121 101
Binary 1100000 11001001 11101110 111100 10000 0 111 11000100 1010001 1000001

Color Harmonies of #60C9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C9EE

Black with #60C9EE

Text Example


Text Example

White with #60C9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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