Html Css Color HEX #60C0E7 Malibu

📋 copy color: '#60C0E7'

red 96 ◦ green 192 ◦ blue 231

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

Shades of Malibu #60C0E7

Tints of Malibu #60C0E7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 18.5%
G = 36.99%
B = 44.51%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60C0E7 (or 0x60C0E7) is known color: Malibu. HEX triplet: 60, C0 and E7. RGB value is (96,192,231). Sum of RGB (Red+Green+Blue) = 96+192+231=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #60C0E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0E7 is #9F3F18. Grayscale: #A7A7A7. Windows color (decimal): -10436377 or 15188064. OLE color: 15188064.

HSL color Cylindrical-coordinate representation of color #60C0E7: hue angle of 197.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C0E7 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 192 231 -
CMYK 0.58 0.17 0 0.09
HSL 197.33º 0.74% 0.64% -
HSV(B) 197.33º 0.58% 0.91% -
XYZ 38.1 45.96 82.46 -
YUV 167.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 96 192 231 0.58 0.17 0 0.09 197.33 0.74 0.64
Hex 60 C0 E7 3A 11 0 9 C5 4A 40
Octal 140 300 347 72 21 0 11 305 112 100
Binary 1100000 11000000 11100111 111010 10001 0 1001 11000101 1001010 1000000

Color Harmonies of #60C0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0E7

Black with #60C0E7

Text Example


Text Example

White with #60C0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,192,231); }

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

background-color css

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

 a { background-color: rgb(96,192,231); }

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

border-color css

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

 span { border-color: rgb(96,192,231); }

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