#CCE5FF

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

Shades of Pattens Blue #CCE5FF

Tints of Pattens Blue #CCE5FF

Color information

#CCE5FF (or 0xCCE5FF) is unknown color: approx Pattens Blue. HEX triplet: CC, E5 and FF. RGB value is (204,229,255). Sum of RGB (Red+Green+Blue) = 204+229+255=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FF is #331A00. Grayscale: #E0E0E0. Windows color (decimal): -3348993 or 16770508. OLE color: 16770508.

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

Color convert

RGB204229255-
CMYK0.20.1000
HSL210.59º100%90%-
HSV(B)210.59º20%100%-
XYZ70.9776.1105.56-
YUV224.49145.22113.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 229 (89.84% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 37.06%
R=29.65%
G=33.28%
B=37.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042292550.20.1000210.5910090
HexCCE5FF14A00d3645a
Octal314345377241200323144132
Binary110011001110010111111111101001010001101001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5FF; }

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

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

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

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

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

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

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

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