#CEEBF9

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

Shades of Pattens Blue #CEEBF9

Tints of Pattens Blue #CEEBF9

Color information

#CEEBF9 (or 0xCEEBF9) is unknown color: approx Pattens Blue. HEX triplet: CE, EB and F9. RGB value is (206,235,249). Sum of RGB (Red+Green+Blue) = 206+235+249=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF9 is #311406. Grayscale: #E3E3E3. Windows color (decimal): -3216391 or 16378830. OLE color: 16378830.

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

Color convert

RGB206235249-
CMYK0.170.0600.02
HSL199.53º78.18%89.22%-
HSV(B)199.53º17.27%97.65%-
XYZ72.2679.38101.14-
YUV227.92139.89112.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=29.86%
G=34.06%
B=36.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062352490.170.0600.02199.5378.1889.22
HexCEEBF911602c84e59
Octal31635337121602310116131
Binary110011101110101111111001100011100101100100010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBF9; }

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

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

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

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

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

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

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

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