Html Css Color HEX #C9DBDF Onahau

📋 copy color: '#C9DBDF'

red 201 ◦ green 219 ◦ blue 223

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

Shades of Onahau #C9DBDF

Tints of Onahau #C9DBDF

RGB

 RED value IS 201 (78.91% from 255) = 31.26%

 GREEN value IS 219 (85.94% from 255) = 34.06%

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 31.26%
G = 34.06%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9DBDF (or 0xC9DBDF) is known color: Onahau. HEX triplet: C9, DB and DF. RGB value is (201,219,223). Sum of RGB (Red+Green+Blue) = 201+219+223=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBDF is #362420. Grayscale: #D6D6D6. Windows color (decimal): -3548193 or 14670793. OLE color: 14670793.

HSL color Cylindrical-coordinate representation of color #C9DBDF: hue angle of 190.91º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DBDF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 219 223 -
CMYK 0.10 0.02 0 0.13
HSL 190.91º 0.26% 0.83% -
HSV(B) 190.91º 0.1% 0.87% -
XYZ 62.74 68.41 79.71 -
YUV 214.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 201 219 223 0.10 0.02 0 0.13 190.91 0.26 0.83
Hex C9 DB DF A 2 0 D BF 1A 53
Octal 311 333 337 12 2 0 15 277 32 123
Binary 11001001 11011011 11011111 1010 10 0 1101 10111111 11010 1010011

Color Harmonies of #C9DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBDF

Black with #C9DBDF

Text Example


Text Example

White with #C9DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBDF; }

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

 H1.HeaderClassName
 {
   color: #C9DBDF;
 }
 .AnyTagClassName
 {
   color: #C9DBDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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