#CCEDFA

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

Shades of Pattens Blue #CCEDFA

Tints of Pattens Blue #CCEDFA

Color information

#CCEDFA (or 0xCCEDFA) is unknown color: approx Pattens Blue. HEX triplet: CC, ED and FA. RGB value is (204,237,250). Sum of RGB (Red+Green+Blue) = 204+237+250=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDFA is #331205. Grayscale: #E4E4E4. Windows color (decimal): -3346950 or 16444876. OLE color: 16444876.

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

Color convert

RGB204237250-
CMYK0.180.0500.02
HSL196.96º82.14%89.02%-
HSV(B)196.96º18.4%98.04%-
XYZ72.4480.31102.13-
YUV228.62140.07110.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.52%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=29.52%
G=34.30%
B=36.18%

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
Decimal2042372500.180.0500.02196.9682.1489.02
HexCCEDFA12502c55259
Octal31435537222502305122131
Binary110011001110110111111010100101010101100010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDFA; }

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

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

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

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

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

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

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

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