#CCEBF7

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

Shades of Pattens Blue #CCEBF7

Tints of Pattens Blue #CCEBF7

Color information

#CCEBF7 (or 0xCCEBF7) is unknown color: approx Pattens Blue. HEX triplet: CC, EB and F7. RGB value is (204,235,247). Sum of RGB (Red+Green+Blue) = 204+235+247=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF7 is #331408. Grayscale: #E3E3E3. Windows color (decimal): -3347465 or 16247756. OLE color: 16247756.

HSL color Cylindrical-coordinate representation of color #CCEBF7: hue angle of 196.74º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEBF7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204235247-
CMYK0.170.0500.03
HSL196.74º72.88%88.43%-
HSV(B)196.74º17.41%96.86%-
XYZ71.478.9799.48-
YUV227.1139.23111.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=29.74%
G=34.26%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042352470.170.0500.03196.7472.8888.43
HexCCEBF711503c54958
Octal31435336721503305111130
Binary110011001110101111110111100011010111100010110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBF7; }

 p { color: rgb(204,235,247); }

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

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

 a { background-color: rgb(204,235,247); }

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

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

 span { border-color: rgb(204,235,247); }

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