#CCE5FE

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

Shades of Pattens Blue #CCE5FE

Tints of Pattens Blue #CCE5FE

Color information

#CCE5FE (or 0xCCE5FE) is unknown color: approx Pattens Blue. HEX triplet: CC, E5 and FE. RGB value is (204,229,254). Sum of RGB (Red+Green+Blue) = 204+229+254=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FE is #331A01. Grayscale: #E0E0E0. Windows color (decimal): -3348994 or 16704972. OLE color: 16704972.

HSL color Cylindrical-coordinate representation of color #CCE5FE: hue angle of 210º 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 #CCE5FE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204229254-
CMYK0.200.1000.00
HSL210º96.15%89.8%-
HSV(B)210º19.69%99.61%-
XYZ70.8176.03104.71-
YUV224.37144.72113.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=29.69%
G=33.33%
B=36.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042292540.200.1000.0021096.1589.8
HexCCE5FE14A00d2605a
Octal314345376241200322140132
Binary110011001110010111111110101001010001101001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5FE; }

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

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

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

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

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

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

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

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