#CCEAF3

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

Shades of Pattens Blue #CCEAF3

Tints of Pattens Blue #CCEAF3

Color information

#CCEAF3 (or 0xCCEAF3) is unknown color: approx Pattens Blue. HEX triplet: CC, EA and F3. RGB value is (204,234,243). Sum of RGB (Red+Green+Blue) = 204+234+243=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF3 is #33150C. Grayscale: #E1E1E1. Windows color (decimal): -3347725 or 15985356. OLE color: 15985356.

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

Color convert

RGB204234243-
CMYK0.160.0400.05
HSL193.85º61.9%87.65%-
HSV(B)193.85º16.05%95.29%-
XYZ70.578.1596.16-
YUV226.06137.56112.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=29.96%
G=34.36%
B=35.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042342430.160.0400.05193.8561.987.65
HexCCEAF310405c23e58
Octal3143523632040530276130
Binary110011001110101011110011100001000101110000101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAF3; }

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

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

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

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

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

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

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

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