Html Css Color HEX #C9DCEA Pattens Blue

📋 copy color: '#C9DCEA'

red 201 ◦ green 220 ◦ blue 234

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

Shades of Pattens Blue #C9DCEA

Tints of Pattens Blue #C9DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 30.69%
G = 33.59%
B = 35.73%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9DCEA (or 0xC9DCEA) is known color: Pattens Blue. HEX triplet: C9, DC and EA. RGB value is (201,220,234). Sum of RGB (Red+Green+Blue) = 201+220+234=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DCEA is #362315. Grayscale: #D7D7D7. Windows color (decimal): -3547926 or 15391945. OLE color: 15391945.

HSL color Cylindrical-coordinate representation of color #C9DCEA: hue angle of 205.45º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DCEA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 220 234 -
CMYK 0.14 0.06 0 0.08
HSL 205.45º 0.44% 0.85% -
HSV(B) 205.45º 0.14% 0.92% -
XYZ 64.53 69.54 87.86 -
YUV 215.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 201 220 234 0.14 0.06 0 0.08 205.45 0.44 0.85
Hex C9 DC EA E 6 0 8 CD 2C 55
Octal 311 334 352 16 6 0 10 315 54 125
Binary 11001001 11011100 11101010 1110 110 0 1000 11001101 101100 1010101

Color Harmonies of #C9DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCEA

Black with #C9DCEA

Text Example


Text Example

White with #C9DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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