#CEEFF9

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

Shades of Pattens Blue #CEEFF9

Tints of Pattens Blue #CEEFF9

Color information

#CEEFF9 (or 0xCEEFF9) is unknown color: approx Pattens Blue. HEX triplet: CE, EF and F9. RGB value is (206,239,249). Sum of RGB (Red+Green+Blue) = 206+239+249=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFF9 is #311006. Grayscale: #E6E6E6. Windows color (decimal): -3215367 or 16379854. OLE color: 16379854.

HSL color Cylindrical-coordinate representation of color #CEEFF9: hue angle of 193.95º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEFF9 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206239249-
CMYK0.170.0400.02
HSL193.95º78.18%89.22%-
HSV(B)193.95º17.27%97.65%-
XYZ73.4281.69101.52-
YUV230.27138.57110.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.68%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=29.68%
G=34.44%
B=35.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062392490.170.0400.02193.9578.1889.22
HexCEEFF911402c24e59
Octal31635737121402302116131
Binary110011101110111111111001100011000101100001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFF9; }

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

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

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

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

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

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

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

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