#CEE2EB

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

Shades of Pattens Blue #CEE2EB

Tints of Pattens Blue #CEE2EB

Color information

#CEE2EB (or 0xCEE2EB) is unknown color: approx Pattens Blue. HEX triplet: CE, E2 and EB. RGB value is (206,226,235). Sum of RGB (Red+Green+Blue) = 206+226+235=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2EB is #311D14. Grayscale: #DCDCDC. Windows color (decimal): -3218709 or 15459022. OLE color: 15459022.

HSL color Cylindrical-coordinate representation of color #CEE2EB: hue angle of 198.62º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE2EB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206226235-
CMYK0.120.0400.08
HSL198.62º42.03%86.47%-
HSV(B)198.62º12.34%92.16%-
XYZ67.6573.5189.22-
YUV221.05135.87117.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=30.88%
G=33.88%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062262350.120.0400.08198.6242.0386.47
HexCEE2EBC408c72a56
Octal31634235314401030752126
Binary110011101110001011101011110010001000110001111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2EB; }

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

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

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

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

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

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

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

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