#CCEAF7

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

Shades of Pattens Blue #CCEAF7

Tints of Pattens Blue #CCEAF7

Color information

#CCEAF7 (or 0xCCEAF7) is unknown color: approx Pattens Blue. HEX triplet: CC, EA and F7. RGB value is (204,234,247). Sum of RGB (Red+Green+Blue) = 204+234+247=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF7 is #331508. Grayscale: #E2E2E2. Windows color (decimal): -3347721 or 16247500. OLE color: 16247500.

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

Color convert

RGB204234247-
CMYK0.170.0500.03
HSL198.14º72.88%88.43%-
HSV(B)198.14º17.41%96.86%-
XYZ71.1178.499.38-
YUV226.51139.56111.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=29.78%
G=34.16%
B=36.06%

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
Decimal2042342470.170.0500.03198.1472.8888.43
HexCCEAF711503c64958
Octal31435236721503306111130
Binary110011001110101011110111100011010111100011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAF7; }

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

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

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

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

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

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

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

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