#CCEAF4

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

Shades of Pattens Blue #CCEAF4

Tints of Pattens Blue #CCEAF4

Color information

#CCEAF4 (or 0xCCEAF4) is unknown color: approx Pattens Blue. HEX triplet: CC, EA and F4. RGB value is (204,234,244). Sum of RGB (Red+Green+Blue) = 204+234+244=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF4 is #33150B. Grayscale: #E2E2E2. Windows color (decimal): -3347724 or 16050892. OLE color: 16050892.

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

Color convert

RGB204234244-
CMYK0.160.0400.04
HSL195º64.52%87.84%-
HSV(B)195º16.39%95.69%-
XYZ70.6578.2196.96-
YUV226.17138.06112.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=29.91%
G=34.31%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042342440.160.0400.0419564.5287.84
HexCCEAF410404c34158
Octal31435236420404303101130
Binary1100110011101010111101001000010001001100001110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAF4; }

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

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

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

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

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

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

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

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