#CCE8FB

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

Shades of Pattens Blue #CCE8FB

Tints of Pattens Blue #CCE8FB

Color information

#CCE8FB (or 0xCCE8FB) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and FB. RGB value is (204,232,251). Sum of RGB (Red+Green+Blue) = 204+232+251=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FB is #331704. Grayscale: #E1E1E1. Windows color (decimal): -3348229 or 16509132. OLE color: 16509132.

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

Color convert

RGB204232251-
CMYK0.190.0800.02
HSL204.26º85.45%89.22%-
HSV(B)204.26º18.73%98.43%-
XYZ71.1777.52102.48-
YUV225.79142.22112.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=29.69%
G=33.77%
B=36.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042322510.190.0800.02204.2685.4589.22
HexCCE8FB13802cc5559
Octal314350373231002314125131
Binary1100110011101000111110111001110000101100110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8FB; }

 p { color: rgb(204,232,251); }

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

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

 a { background-color: rgb(204,232,251); }

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

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

 span { border-color: rgb(204,232,251); }

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