Html Css Color HEX #C9E5FF Pattens Blue

📋 copy color: '#C9E5FF'

red 201 ◦ green 229 ◦ blue 255

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

Shades of Pattens Blue #C9E5FF

Tints of Pattens Blue #C9E5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.43%

 BLUE value IS 255 (100% from 255) = 37.23%

R = 29.34%
G = 33.43%
B = 37.23%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9E5FF (or 0xC9E5FF) is known color: Pattens Blue. HEX triplet: C9, E5 and FF. RGB value is (201,229,255). Sum of RGB (Red+Green+Blue) = 201+229+255=685 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.34% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E5FF is #361A00. Grayscale: #DFDFDF. Windows color (decimal): -3545601 or 16770505. OLE color: 16770505.

HSL color Cylindrical-coordinate representation of color #C9E5FF: hue angle of 208.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9E5FF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 229 255 -
CMYK 0.21 0.10 0 0
HSL 208.89º 1% 0.89% -
HSV(B) 208.89º 0.21% 1% -
XYZ 70.16 75.68 105.52 -
YUV 223.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 201 229 255 0.21 0.10 0 0 208.89 1 0.89
Hex C9 E5 FF 15 A 0 0 D1 64 59
Octal 311 345 377 25 12 0 0 321 144 131
Binary 11001001 11100101 11111111 10101 1010 0 0 11010001 1100100 1011001

Color Harmonies of #C9E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E5FF

Black with #C9E5FF

Text Example


Text Example

White with #C9E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E5FF; }

 p { color: rgb(201,229,255); }

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

background-color css

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

 a { background-color: rgb(201,229,255); }

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

border-color css

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

 span { border-color: rgb(201,229,255); }

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