#C0EEFB

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

Shades of Onahau #C0EEFB

Tints of Onahau #C0EEFB

Color information

#C0EEFB (or 0xC0EEFB) is unknown color: approx Onahau. HEX triplet: C0, EE and FB. RGB value is (192,238,251). Sum of RGB (Red+Green+Blue) = 192+238+251=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEFB is #3F1104. Grayscale: #E1E1E1. Windows color (decimal): -4133125 or 16510656. OLE color: 16510656.

HSL color Cylindrical-coordinate representation of color #C0EEFB: hue angle of 193.22º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EEFB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192238251-
CMYK0.240.0500.02
HSL193.22º88.06%86.86%-
HSV(B)193.22º23.51%98.43%-
XYZ69.7379.32102.9-
YUV225.73142.26103.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.19%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=28.19%
G=34.95%
B=36.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922382510.240.0500.02193.2288.0686.86
HexC0EEFB18502c15857
Octal30035637330502301130127
Binary110000001110111011111011110001010101100000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EEFB; }

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

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

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

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

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

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

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

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