#CCECFB

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

Shades of Pattens Blue #CCECFB

Tints of Pattens Blue #CCECFB

Color information

#CCECFB (or 0xCCECFB) is unknown color: approx Pattens Blue. HEX triplet: CC, EC and FB. RGB value is (204,236,251). Sum of RGB (Red+Green+Blue) = 204+236+251=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFB is #331304. Grayscale: #E4E4E4. Windows color (decimal): -3347205 or 16510156. OLE color: 16510156.

HSL color Cylindrical-coordinate representation of color #CCECFB: hue angle of 199.15º 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 #CCECFB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204236251-
CMYK0.190.0600.02
HSL199.15º85.45%89.22%-
HSV(B)199.15º18.73%98.43%-
XYZ72.3179.79102.86-
YUV228.14140.9110.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.52%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=29.52%
G=34.15%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042362510.190.0600.02199.1585.4589.22
HexCCECFB13602c75559
Octal31435437323602307125131
Binary110011001110110011111011100111100101100011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECFB; }

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

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

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

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

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

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

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

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