#CCEFF9

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

Shades of Pattens Blue #CCEFF9

Tints of Pattens Blue #CCEFF9

Color information

#CCEFF9 (or 0xCCEFF9) is unknown color: approx Pattens Blue. HEX triplet: CC, EF and F9. RGB value is (204,239,249). Sum of RGB (Red+Green+Blue) = 204+239+249=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF9 is #331006. Grayscale: #E5E5E5. Windows color (decimal): -3346439 or 16379852. OLE color: 16379852.

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

Color convert

RGB204239249-
CMYK0.180.0400.02
HSL193.33º78.95%88.82%-
HSV(B)193.33º18.07%97.65%-
XYZ72.8781.41101.5-
YUV229.68138.9109.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.48%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=29.48%
G=34.54%
B=35.98%

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
Decimal2042392490.180.0400.02193.3378.9588.82
HexCCEFF912402c14f59
Octal31435737122402301117131
Binary110011001110111111111001100101000101100000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFF9; }

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

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

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

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

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

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

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

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