#C9DFE2

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

Shades of Onahau #C9DFE2

Tints of Onahau #C9DFE2

Color information

#C9DFE2 (or 0xC9DFE2) is unknown color: approx Onahau. HEX triplet: C9, DF and E2. RGB value is (201,223,226). Sum of RGB (Red+Green+Blue) = 201+223+226=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9DFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFE2 is #36201D. Grayscale: #D8D8D8. Windows color (decimal): -3547166 or 14868425. OLE color: 14868425.

HSL color Cylindrical-coordinate representation of color #C9DFE2: hue angle of 187.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9DFE2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201223226-
CMYK0.110.0100.11
HSL187.2º30.12%83.73%-
HSV(B)187.2º11.06%88.63%-
XYZ64.270.6882.21-
YUV216.76133.21116.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.92%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=30.92%
G=34.31%
B=34.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2012232260.110.0100.11187.230.1283.73
HexC9DFE2B10Bbb1e54
Octal31133734213101327336124
Binary110010011101111111100010101110101110111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFE2; }

 p { color: rgb(201,223,226); }

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

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

 a { background-color: rgb(201,223,226); }

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

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

 span { border-color: rgb(201,223,226); }

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