Html Css Color HEX #C9DAE8 Pattens Blue

📋 copy color: '#C9DAE8'

red 201 ◦ green 218 ◦ blue 232

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

Shades of Pattens Blue #C9DAE8

Tints of Pattens Blue #C9DAE8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.49%

 BLUE value IS 232 (91.02% from 255) = 35.64%

R = 30.88%
G = 33.49%
B = 35.64%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C9DAE8 (or 0xC9DAE8) is known color: Pattens Blue. HEX triplet: C9, DA and E8. RGB value is (201,218,232). Sum of RGB (Red+Green+Blue) = 201+218+232=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #C9DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DAE8 is #362517. Grayscale: #D6D6D6. Windows color (decimal): -3548440 or 15260361. OLE color: 15260361.

HSL color Cylindrical-coordinate representation of color #C9DAE8: hue angle of 207.1º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9DAE8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 218 232 -
CMYK 0.13 0.06 0 0.09
HSL 207.1º 0.4% 0.85% -
HSV(B) 207.1º 0.13% 0.91% -
XYZ 63.72 68.39 86.19 -
YUV 214.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 201 218 232 0.13 0.06 0 0.09 207.1 0.4 0.85
Hex C9 DA E8 D 6 0 9 CF 28 55
Octal 311 332 350 15 6 0 11 317 50 125
Binary 11001001 11011010 11101000 1101 110 0 1001 11001111 101000 1010101

Color Harmonies of #C9DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAE8

Black with #C9DAE8

Text Example


Text Example

White with #C9DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAE8; }

 p { color: rgb(201,218,232); }

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

background-color css

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

 a { background-color: rgb(201,218,232); }

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

border-color css

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

 span { border-color: rgb(201,218,232); }

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