#CCEAFA

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

Shades of Pattens Blue #CCEAFA

Tints of Pattens Blue #CCEAFA

Color information

#CCEAFA (or 0xCCEAFA) is unknown color: approx Pattens Blue. HEX triplet: CC, EA and FA. RGB value is (204,234,250). Sum of RGB (Red+Green+Blue) = 204+234+250=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAFA is #331505. Grayscale: #E2E2E2. Windows color (decimal): -3347718 or 16444108. OLE color: 16444108.

HSL color Cylindrical-coordinate representation of color #CCEAFA: hue angle of 200.87º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEAFA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204234250-
CMYK0.180.0600.02
HSL200.87º82.14%89.02%-
HSV(B)200.87º18.4%98.04%-
XYZ71.5878.59101.84-
YUV226.85141.06111.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=29.65%
G=34.01%
B=36.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042342500.180.0600.02200.8782.1489.02
HexCCEAFA12602c95259
Octal31435237222602311122131
Binary110011001110101011111010100101100101100100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAFA; }

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

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

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

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

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

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

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

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