Html Css Color HEX #C9DBE1 Onahau

📋 copy color: '#C9DBE1'

red 201 ◦ green 219 ◦ blue 225

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

Shades of Onahau #C9DBE1

Tints of Onahau #C9DBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 31.16%
G = 33.95%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C9DBE1 (or 0xC9DBE1) is known color: Onahau. HEX triplet: C9, DB and E1. RGB value is (201,219,225). Sum of RGB (Red+Green+Blue) = 201+219+225=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9DBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBE1 is #36241E. Grayscale: #D6D6D6. Windows color (decimal): -3548191 or 14801865. OLE color: 14801865.

HSL color Cylindrical-coordinate representation of color #C9DBE1: hue angle of 195º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9DBE1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 219 225 -
CMYK 0.11 0.03 0 0.12
HSL 195º 0.29% 0.84% -
HSV(B) 195º 0.11% 0.88% -
XYZ 63.01 68.52 81.14 -
YUV 214.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 201 219 225 0.11 0.03 0 0.12 195 0.29 0.84
Hex C9 DB E1 B 3 0 C C3 1D 54
Octal 311 333 341 13 3 0 14 303 35 124
Binary 11001001 11011011 11100001 1011 11 0 1100 11000011 11101 1010100

Color Harmonies of #C9DBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBE1

Black with #C9DBE1

Text Example


Text Example

White with #C9DBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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