#C0DFE1

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

Shades of Onahau #C0DFE1

Tints of Onahau #C0DFE1

Color information

#C0DFE1 (or 0xC0DFE1) is unknown color: approx Onahau. HEX triplet: C0, DF and E1. RGB value is (192,223,225). Sum of RGB (Red+Green+Blue) = 192+223+225=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFE1 is #3F201E. Grayscale: #D5D5D5. Windows color (decimal): -4136991 or 14802880. OLE color: 14802880.

HSL color Cylindrical-coordinate representation of color #C0DFE1: hue angle of 183.64º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DFE1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192223225-
CMYK0.150.0100.12
HSL183.64º35.48%81.76%-
HSV(B)183.64º14.67%88.24%-
XYZ61.7269.4281.38-
YUV213.96134.23112.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=30%
G=34.84%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922232250.150.0100.12183.6435.4881.76
HexC0DFE1F10Cb82352
Octal30033734117101427043122
Binary1100000011011111111000011111101100101110001000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFE1; }

 p { color: rgb(192,223,225); }

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

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

 a { background-color: rgb(192,223,225); }

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

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

 span { border-color: rgb(192,223,225); }

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