#C9EDFD

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

Shades of Pattens Blue #C9EDFD

Tints of Pattens Blue #C9EDFD

Color information

#C9EDFD (or 0xC9EDFD) is unknown color: approx Pattens Blue. HEX triplet: C9, ED and FD. RGB value is (201,237,253). Sum of RGB (Red+Green+Blue) = 201+237+253=691 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.09% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EDFD is #361202. Grayscale: #E3E3E3. Windows color (decimal): -3543555 or 16641481. OLE color: 16641481.

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

Color convert

RGB201237253-
CMYK0.210.0600.01
HSL198.46º92.86%89.02%-
HSV(B)198.46º20.55%99.22%-
XYZ72.180.08104.58-
YUV228.06142.07108.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.09%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=29.09%
G=34.30%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012372530.210.0600.01198.4692.8689.02
HexC9EDFD15601c65d59
Octal31135537525601306135131
Binary11001001111011011111110110101110011100011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EDFD; }

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

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

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

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

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

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

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

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