#C9EDFA

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

Shades of Pattens Blue #C9EDFA

Tints of Pattens Blue #C9EDFA

Color information

#C9EDFA (or 0xC9EDFA) is unknown color: approx Pattens Blue. HEX triplet: C9, ED and FA. RGB value is (201,237,250). Sum of RGB (Red+Green+Blue) = 201+237+250=688 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.22% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EDFA is #361205. Grayscale: #E3E3E3. Windows color (decimal): -3543558 or 16444873. OLE color: 16444873.

HSL color Cylindrical-coordinate representation of color #C9EDFA: hue angle of 195.92º 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 #C9EDFA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201237250-
CMYK0.200.0500.02
HSL195.92º83.05%88.43%-
HSV(B)195.92º19.6%98.04%-
XYZ71.6379.89102.09-
YUV227.72140.57108.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.22%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=29.22%
G=34.45%
B=36.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012372500.200.0500.02195.9283.0588.43
HexC9EDFA14502c45358
Octal31135537224502304123130
Binary110010011110110111111010101001010101100010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EDFA; }

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

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

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

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

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

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

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

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