Html Css Color HEX #C9DCEB Pattens Blue

📋 copy color: '#C9DCEB'

red 201 ◦ green 220 ◦ blue 235

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

Shades of Pattens Blue #C9DCEB

Tints of Pattens Blue #C9DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 30.64%
G = 33.54%
B = 35.82%

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

#C9DCEB (or 0xC9DCEB) is known color: Pattens Blue. HEX triplet: C9, DC and EB. RGB value is (201,220,235). Sum of RGB (Red+Green+Blue) = 201+220+235=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DCEB is #362314. Grayscale: #D7D7D7. Windows color (decimal): -3547925 or 15457481. OLE color: 15457481.

HSL color Cylindrical-coordinate representation of color #C9DCEB: hue angle of 206.47º degrees, saturation: 0.46, 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 #C9DCEB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 220 235 -
CMYK 0.14 0.06 0 0.08
HSL 206.47º 0.46% 0.85% -
HSV(B) 206.47º 0.14% 0.92% -
XYZ 64.68 69.6 88.62 -
YUV 216.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 201 220 235 0.14 0.06 0 0.08 206.47 0.46 0.85
Hex C9 DC EB E 6 0 8 CE 2E 55
Octal 311 334 353 16 6 0 10 316 56 125
Binary 11001001 11011100 11101011 1110 110 0 1000 11001110 101110 1010101

Color Harmonies of #C9DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCEB

Black with #C9DCEB

Text Example


Text Example

White with #C9DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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