#CEEBF6

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

Shades of Pattens Blue #CEEBF6

Tints of Pattens Blue #CEEBF6

Color information

#CEEBF6 (or 0xCEEBF6) is unknown color: approx Pattens Blue. HEX triplet: CE, EB and F6. RGB value is (206,235,246). Sum of RGB (Red+Green+Blue) = 206+235+246=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF6 is #311409. Grayscale: #E3E3E3. Windows color (decimal): -3216394 or 16182222. OLE color: 16182222.

HSL color Cylindrical-coordinate representation of color #CEEBF6: hue angle of 196.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEEBF6 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206235246-
CMYK0.160.0400.04
HSL196.5º68.97%88.63%-
HSV(B)196.5º16.26%96.47%-
XYZ71.879.1998.69-
YUV227.58138.39112.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.99%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 246 (96.48% from 255) = 35.81%
R=29.99%
G=34.21%
B=35.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062352460.160.0400.04196.568.9788.63
HexCEEBF610404c44559
Octal31635336620404304105131
Binary1100111011101011111101101000010001001100010010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBF6; }

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

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

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

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

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

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

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

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