#CCEEFA

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

Shades of Pattens Blue #CCEEFA

Tints of Pattens Blue #CCEEFA

Color information

#CCEEFA (or 0xCCEEFA) is unknown color: approx Pattens Blue. HEX triplet: CC, EE and FA. RGB value is (204,238,250). Sum of RGB (Red+Green+Blue) = 204+238+250=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFA is #331105. Grayscale: #E5E5E5. Windows color (decimal): -3346694 or 16445132. OLE color: 16445132.

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

Color convert

RGB204238250-
CMYK0.180.0500.02
HSL195.65º82.14%89.02%-
HSV(B)195.65º18.4%98.04%-
XYZ72.7380.89102.22-
YUV229.2139.74110.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.48%
GREEN value IS 238 (93.36% from 255) = 34.39%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=29.48%
G=34.39%
B=36.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042382500.180.0500.02195.6582.1489.02
HexCCEEFA12502c45259
Octal31435637222502304122131
Binary110011001110111011111010100101010101100010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEFA; }

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

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

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

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

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

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

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

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