#CCE9FE

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

Shades of Pattens Blue #CCE9FE

Tints of Pattens Blue #CCE9FE

Color information

#CCE9FE (or 0xCCE9FE) is unknown color: approx Pattens Blue. HEX triplet: CC, E9 and FE. RGB value is (204,233,254). Sum of RGB (Red+Green+Blue) = 204+233+254=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE9FE is #331601. Grayscale: #E2E2E2. Windows color (decimal): -3347970 or 16705996. OLE color: 16705996.

HSL color Cylindrical-coordinate representation of color #CCE9FE: hue angle of 205.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE9FE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204233254-
CMYK0.200.0800.00
HSL205.2º96.15%89.8%-
HSV(B)205.2º19.69%99.61%-
XYZ71.9378.27105.08-
YUV226.72143.39111.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.52%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=29.52%
G=33.72%
B=36.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042332540.200.0800.00205.296.1589.8
HexCCE9FE14800cd605a
Octal314351376241000315140132
Binary110011001110100111111110101001000001100110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9FE; }

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

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

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

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

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

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

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

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