#CCEAFE

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

Shades of Pattens Blue #CCEAFE

Tints of Pattens Blue #CCEAFE

Color information

#CCEAFE (or 0xCCEAFE) is unknown color: approx Pattens Blue. HEX triplet: CC, EA and FE. RGB value is (204,234,254). Sum of RGB (Red+Green+Blue) = 204+234+254=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAFE is #331501. Grayscale: #E3E3E3. Windows color (decimal): -3347714 or 16706252. OLE color: 16706252.

HSL color Cylindrical-coordinate representation of color #CCEAFE: hue angle of 204º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEAFE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204234254-
CMYK0.200.0800.00
HSL204º96.15%89.8%-
HSV(B)204º19.69%99.61%-
XYZ72.2178.84105.18-
YUV227.31143.06111.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.48%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=29.48%
G=33.82%
B=36.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042342540.200.0800.0020496.1589.8
HexCCEAFE14800cc605a
Octal314352376241000314140132
Binary110011001110101011111110101001000001100110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAFE; }

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

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

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

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

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

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

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

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