#C9E9FA

Color #C9E9FA Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C9E9FA

Tints of Pattens Blue #C9E9FA

Color information

#C9E9FA (or 0xC9E9FA) is unknown color: approx Pattens Blue. HEX triplet: C9, E9 and FA. RGB value is (201,233,250). Sum of RGB (Red+Green+Blue) = 201+233+250=684 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.39% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E9FA is #361605. Grayscale: #E1E1E1. Windows color (decimal): -3544582 or 16443849. OLE color: 16443849.

HSL color Cylindrical-coordinate representation of color #C9E9FA: hue angle of 200.82º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9E9FA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201233250-
CMYK0.200.0700.02
HSL200.82º83.05%88.43%-
HSV(B)200.82º19.6%98.04%-
XYZ70.4877.6101.71-
YUV225.37141.9110.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.39%
GREEN value IS 233 (91.41% from 255) = 34.06%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=29.39%
G=34.06%
B=36.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012332500.200.0700.02200.8283.0588.43
HexC9E9FA14702c95358
Octal31135137224702311123130
Binary110010011110100111111010101001110101100100110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E9FA; }

 p { color: rgb(201,233,250); }

 H1.HeaderClassName
 {
   color: #C9E9FA;
 }
 .AnyTagClassName
 {
   color: #C9E9FA;
 }
</style>
background-color css

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

 a { background-color: rgb(201,233,250); }

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

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

 span { border-color: rgb(201,233,250); }

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