Html Css Color HEX #C9DFE2 Onahau

📋 copy color: '#C9DFE2'

red 201 ◦ green 223 ◦ blue 226

#C9DFE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C9DFE2

Tints of Onahau #C9DFE2

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 value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C9DFE2 (or 0xC9DFE2) is known color: 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

RGB 201 223 226 -
CMYK 0.11 0.01 0 0.11
HSL 187.2º 0.3% 0.84% -
HSV(B) 187.2º 0.11% 0.89% -
XYZ 64.2 70.68 82.21 -
YUV 216.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 201 223 226 0.11 0.01 0 0.11 187.2 0.3 0.84
Hex C9 DF E2 B 1 0 B BB 1E 54
Octal 311 337 342 13 1 0 13 273 36 124
Binary 11001001 11011111 11100010 1011 1 0 1011 10111011 11110 1010100

Color Harmonies of #C9DFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DFE2

Black with #C9DFE2

Text Example


Text Example

White with #C9DFE2

Text Example


Text Example

HTML Codes & Css Web 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>