#CCEAF5

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

Shades of Pattens Blue #CCEAF5

Tints of Pattens Blue #CCEAF5

Color information

#CCEAF5 (or 0xCCEAF5) is unknown color: approx Pattens Blue. HEX triplet: CC, EA and F5. RGB value is (204,234,245). Sum of RGB (Red+Green+Blue) = 204+234+245=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF5 is #33150A. Grayscale: #E2E2E2. Windows color (decimal): -3347723 or 16116428. OLE color: 16116428.

HSL color Cylindrical-coordinate representation of color #CCEAF5: hue angle of 196.1º 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 #CCEAF5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204234245-
CMYK0.170.0400.04
HSL196.1º67.21%88.04%-
HSV(B)196.1º16.73%96.08%-
XYZ70.8178.2897.76-
YUV226.28138.56112.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 245 (96.09% from 255) = 35.87%
R=29.87%
G=34.26%
B=35.87%

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
Decimal2042342450.170.0400.04196.167.2188.04
HexCCEAF511404c44358
Octal31435236521404304103130
Binary1100110011101010111101011000110001001100010010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAF5; }

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

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

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

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

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

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

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

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