Html Css Color HEX #C9E3ED Pattens Blue

📋 copy color: '#C9E3ED'

red 201 ◦ green 227 ◦ blue 237

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

Shades of Pattens Blue #C9E3ED

Tints of Pattens Blue #C9E3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.14%

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

R = 30.23%
G = 34.14%
B = 35.64%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9E3ED (or 0xC9E3ED) is known color: Pattens Blue. HEX triplet: C9, E3 and ED. RGB value is (201,227,237). Sum of RGB (Red+Green+Blue) = 201+227+237=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9E3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E3ED is #361C12. Grayscale: #DCDCDC. Windows color (decimal): -3546131 or 15590345. OLE color: 15590345.

HSL color Cylindrical-coordinate representation of color #C9E3ED: hue angle of 196.67º 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 #C9E3ED is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 227 237 -
CMYK 0.15 0.04 0 0.07
HSL 196.67º 0.5% 0.86% -
HSV(B) 196.67º 0.15% 0.93% -
XYZ 66.84 73.47 90.78 -
YUV 220.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 201 227 237 0.15 0.04 0 0.07 196.67 0.5 0.86
Hex C9 E3 ED F 4 0 7 C5 32 56
Octal 311 343 355 17 4 0 7 305 62 126
Binary 11001001 11100011 11101101 1111 100 0 111 11000101 110010 1010110

Color Harmonies of #C9E3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E3ED

Black with #C9E3ED

Text Example


Text Example

White with #C9E3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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