#CCEFFA

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

Shades of Pattens Blue #CCEFFA

Tints of Pattens Blue #CCEFFA

Color information

#CCEFFA (or 0xCCEFFA) is unknown color: approx Pattens Blue. HEX triplet: CC, EF and FA. RGB value is (204,239,250). Sum of RGB (Red+Green+Blue) = 204+239+250=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCEFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFFA is #331005. Grayscale: #E5E5E5. Windows color (decimal): -3346438 or 16445388. OLE color: 16445388.

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

Color convert

RGB204239250-
CMYK0.180.0400.02
HSL194.35º82.14%89.02%-
HSV(B)194.35º18.4%98.04%-
XYZ73.0281.47102.32-
YUV229.79139.4109.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.44%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=29.44%
G=34.49%
B=36.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042392500.180.0400.02194.3582.1489.02
HexCCEFFA12402c25259
Octal31435737222402302122131
Binary110011001110111111111010100101000101100001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFFA; }

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

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

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

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

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

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

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

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