#CCECFA

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

Shades of Pattens Blue #CCECFA

Tints of Pattens Blue #CCECFA

Color information

#CCECFA (or 0xCCECFA) is unknown color: approx Pattens Blue. HEX triplet: CC, EC and FA. RGB value is (204,236,250). Sum of RGB (Red+Green+Blue) = 204+236+250=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFA is #331305. Grayscale: #E3E3E3. Windows color (decimal): -3347206 or 16444620. OLE color: 16444620.

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

Color convert

RGB204236250-
CMYK0.180.0600.02
HSL198.26º82.14%89.02%-
HSV(B)198.26º18.4%98.04%-
XYZ72.1579.73102.03-
YUV228.03140.4110.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 236 (92.58% from 255) = 34.20%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=29.57%
G=34.20%
B=36.23%

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
Decimal2042362500.180.0600.02198.2682.1489.02
HexCCECFA12602c65259
Octal31435437222602306122131
Binary110011001110110011111010100101100101100011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECFA; }

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

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

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

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

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

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

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

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