#CCE8F9

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

Shades of Pattens Blue #CCE8F9

Tints of Pattens Blue #CCE8F9

Color information

#CCE8F9 (or 0xCCE8F9) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and F9. RGB value is (204,232,249). Sum of RGB (Red+Green+Blue) = 204+232+249=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F9 is #331706. Grayscale: #E1E1E1. Windows color (decimal): -3348231 or 16378060. OLE color: 16378060.

HSL color Cylindrical-coordinate representation of color #CCE8F9: hue angle of 202.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE8F9 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204232249-
CMYK0.180.0700.02
HSL202.67º78.95%88.82%-
HSV(B)202.67º18.07%97.65%-
XYZ70.8677.39100.83-
YUV225.57141.22112.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=29.78%
G=33.87%
B=36.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042322490.180.0700.02202.6778.9588.82
HexCCE8F912702cb4f59
Octal31435037122702313117131
Binary110011001110100011111001100101110101100101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8F9; }

 p { color: rgb(204,232,249); }

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

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

 a { background-color: rgb(204,232,249); }

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

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

 span { border-color: rgb(204,232,249); }

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