Html Css Color HEX #C9D8DF Pattens Blue

📋 copy color: '#C9D8DF'

red 201 ◦ green 216 ◦ blue 223

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

Shades of Pattens Blue #C9D8DF

Tints of Pattens Blue #C9D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.75%

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

R = 31.41%
G = 33.75%
B = 34.84%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9D8DF (or 0xC9D8DF) is known color: Pattens Blue. HEX triplet: C9, D8 and DF. RGB value is (201,216,223). Sum of RGB (Red+Green+Blue) = 201+216+223=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8DF is #362720. Grayscale: #D4D4D4. Windows color (decimal): -3548961 or 14670025. OLE color: 14670025.

HSL color Cylindrical-coordinate representation of color #C9D8DF: hue angle of 199.09º 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 #C9D8DF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 216 223 -
CMYK 0.10 0.03 0 0.13
HSL 199.09º 0.26% 0.83% -
HSV(B) 199.09º 0.1% 0.87% -
XYZ 61.96 66.86 79.45 -
YUV 212.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 201 216 223 0.10 0.03 0 0.13 199.09 0.26 0.83
Hex C9 D8 DF A 3 0 D C7 1A 53
Octal 311 330 337 12 3 0 15 307 32 123
Binary 11001001 11011000 11011111 1010 11 0 1101 11000111 11010 1010011

Color Harmonies of #C9D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D8DF

Black with #C9D8DF

Text Example


Text Example

White with #C9D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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