Html Css Color HEX #C9DCED Pattens Blue

📋 copy color: '#C9DCED'

red 201 ◦ green 220 ◦ blue 237

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

Shades of Pattens Blue #C9DCED

Tints of Pattens Blue #C9DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.43%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 30.55%
G = 33.43%
B = 36.02%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9DCED (or 0xC9DCED) is known color: Pattens Blue. HEX triplet: C9, DC and ED. RGB value is (201,220,237). Sum of RGB (Red+Green+Blue) = 201+220+237=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DCED is #362312. Grayscale: #D8D8D8. Windows color (decimal): -3547923 or 15588553. OLE color: 15588553.

HSL color Cylindrical-coordinate representation of color #C9DCED: hue angle of 208.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DCED is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 220 237 -
CMYK 0.15 0.07 0 0.07
HSL 208.33º 0.5% 0.86% -
HSV(B) 208.33º 0.15% 0.93% -
XYZ 64.97 69.72 90.15 -
YUV 216.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 201 220 237 0.15 0.07 0 0.07 208.33 0.5 0.86
Hex C9 DC ED F 7 0 7 D0 32 56
Octal 311 334 355 17 7 0 7 320 62 126
Binary 11001001 11011100 11101101 1111 111 0 111 11010000 110010 1010110

Color Harmonies of #C9DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCED

Black with #C9DCED

Text Example


Text Example

White with #C9DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCED; }

 p { color: rgb(201,220,237); }

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

background-color css

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

 a { background-color: rgb(201,220,237); }

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

border-color css

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

 span { border-color: rgb(201,220,237); }

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