#CCEBF5

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

Shades of Pattens Blue #CCEBF5

Tints of Pattens Blue #CCEBF5

Color information

#CCEBF5 (or 0xCCEBF5) is unknown color: approx Pattens Blue. HEX triplet: CC, EB and F5. RGB value is (204,235,245). Sum of RGB (Red+Green+Blue) = 204+235+245=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF5 is #33140A. Grayscale: #E2E2E2. Windows color (decimal): -3347467 or 16116684. OLE color: 16116684.

HSL color Cylindrical-coordinate representation of color #CCEBF5: hue angle of 194.63º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEBF5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204235245-
CMYK0.170.0400.04
HSL194.63º67.21%88.04%-
HSV(B)194.63º16.73%96.08%-
XYZ71.0978.8597.86-
YUV226.87138.23111.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 245 (96.09% from 255) = 35.82%
R=29.82%
G=34.36%
B=35.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042352450.170.0400.04194.6367.2188.04
HexCCEBF511404c34358
Octal31435336521404303103130
Binary1100110011101011111101011000110001001100001110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBF5; }

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

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

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

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

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

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

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

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