#C0EFFB

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

Shades of Onahau #C0EFFB

Tints of Onahau #C0EFFB

Color information

#C0EFFB (or 0xC0EFFB) is unknown color: approx Onahau. HEX triplet: C0, EF and FB. RGB value is (192,239,251). Sum of RGB (Red+Green+Blue) = 192+239+251=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFFB is #3F1004. Grayscale: #E2E2E2. Windows color (decimal): -4132869 or 16510912. OLE color: 16510912.

HSL color Cylindrical-coordinate representation of color #C0EFFB: hue angle of 192.2º 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 #C0EFFB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192239251-
CMYK0.240.0500.02
HSL192.2º88.06%86.86%-
HSV(B)192.2º23.51%98.43%-
XYZ70.0279.9103-
YUV226.31141.93103.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.15%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=28.15%
G=35.04%
B=36.80%

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
Decimal1922392510.240.0500.02192.288.0686.86
HexC0EFFB18502c05857
Octal30035737330502300130127
Binary110000001110111111111011110001010101100000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFFB; }

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

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

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

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

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

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

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

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