#C0EEFE

Color #C0EEFE Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C0EEFE

Tints of Onahau #C0EEFE

Color information

#C0EEFE (or 0xC0EEFE) is unknown color: approx Onahau. HEX triplet: C0, EE and FE. RGB value is (192,238,254). Sum of RGB (Red+Green+Blue) = 192+238+254=684 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.07% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEFE is #3F1101. Grayscale: #E1E1E1. Windows color (decimal): -4133122 or 16707264. OLE color: 16707264.

HSL color Cylindrical-coordinate representation of color #C0EEFE: hue angle of 195.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EEFE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192238254-
CMYK0.240.0600.00
HSL195.48º96.88%87.45%-
HSV(B)195.48º24.41%99.61%-
XYZ70.279.51105.41-
YUV226.07143.76103.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.07%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=28.07%
G=34.80%
B=37.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922382540.240.0600.00195.4896.8887.45
HexC0EEFE18600c36157
Octal30035637630600303141127
Binary11000000111011101111111011000110001100001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EEFE; }

 p { color: rgb(192,238,254); }

 H1.HeaderClassName
 {
   color: #C0EEFE;
 }
 .AnyTagClassName
 {
   color: #C0EEFE;
 }
</style>
background-color css

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

 a { background-color: rgb(192,238,254); }

 div.DivClassName
 {
   background-color: #C0EEFE;
 }
 .BgClassName
 {
   background-color: #C0EEFE;
 }
</style>
border-color css

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

 span { border-color: rgb(192,238,254); }

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