#C9F0FD

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

Shades of Pattens Blue #C9F0FD

Tints of Pattens Blue #C9F0FD

Color information

#C9F0FD (or 0xC9F0FD) is unknown color: approx Pattens Blue. HEX triplet: C9, F0 and FD. RGB value is (201,240,253). Sum of RGB (Red+Green+Blue) = 201+240+253=694 (91% of max value = 765). Red value is 201 (78.91% from 255 or 28.96% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F0FD is #360F02. Grayscale: #E5E5E5. Windows color (decimal): -3542787 or 16642249. OLE color: 16642249.

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

Color convert

RGB201240253-
CMYK0.210.0500.01
HSL195º92.86%89.02%-
HSV(B)195º20.55%99.22%-
XYZ72.9881.83104.88-
YUV229.82141.08107.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.96%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=28.96%
G=34.58%
B=36.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012402530.210.0500.0119592.8689.02
HexC9F0FD15501c35d59
Octal31136037525501303135131
Binary11001001111100001111110110101101011100001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F0FD; }

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

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

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

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

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

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

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

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