#CCE3F9

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

Shades of Pattens Blue #CCE3F9

Tints of Pattens Blue #CCE3F9

Color information

#CCE3F9 (or 0xCCE3F9) is unknown color: approx Pattens Blue. HEX triplet: CC, E3 and F9. RGB value is (204,227,249). Sum of RGB (Red+Green+Blue) = 204+227+249=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F9 is #331C06. Grayscale: #DEDEDE. Windows color (decimal): -3349511 or 16376780. OLE color: 16376780.

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

Color convert

RGB204227249-
CMYK0.180.0900.02
HSL209.33º78.95%88.82%-
HSV(B)209.33º18.07%97.65%-
XYZ69.4774.62100.36-
YUV222.63142.88114.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 227 (89.06% from 255) = 33.38%
BLUE value IS 249 (97.66% from 255) = 36.62%
R=30%
G=33.38%
B=36.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042272490.180.0900.02209.3378.9588.82
HexCCE3F912902d14f59
Octal314343371221102321117131
Binary1100110011100011111110011001010010101101000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3F9; }

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

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

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

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

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

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

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

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