#CCE9FC

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

Shades of Pattens Blue #CCE9FC

Tints of Pattens Blue #CCE9FC

Color information

#CCE9FC (or 0xCCE9FC) is unknown color: approx Pattens Blue. HEX triplet: CC, E9 and FC. RGB value is (204,233,252). Sum of RGB (Red+Green+Blue) = 204+233+252=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE9FC is #331603. Grayscale: #E2E2E2. Windows color (decimal): -3347972 or 16574924. OLE color: 16574924.

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

Color convert

RGB204233252-
CMYK0.190.0800.01
HSL203.75º88.89%89.41%-
HSV(B)203.75º19.05%98.82%-
XYZ71.6178.14103.4-
YUV226.5142.39111.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=29.61%
G=33.82%
B=36.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042332520.190.0800.01203.7588.8989.41
HexCCE9FC13801cc5959
Octal314351374231001314131131
Binary110011001110100111111100100111000011100110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9FC; }

 p { color: rgb(204,233,252); }

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

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

 a { background-color: rgb(204,233,252); }

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

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

 span { border-color: rgb(204,233,252); }

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