#CEE5EC

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

Shades of Pattens Blue #CEE5EC

Tints of Pattens Blue #CEE5EC

Color information

#CEE5EC (or 0xCEE5EC) is unknown color: approx Pattens Blue. HEX triplet: CE, E5 and EC. RGB value is (206,229,236). Sum of RGB (Red+Green+Blue) = 206+229+236=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5EC is #311A13. Grayscale: #DEDEDE. Windows color (decimal): -3217940 or 15525326. OLE color: 15525326.

HSL color Cylindrical-coordinate representation of color #CEE5EC: hue angle of 194º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE5EC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206229236-
CMYK0.130.0300.07
HSL194º44.12%86.67%-
HSV(B)194º12.71%92.55%-
XYZ68.6175.2290.26-
YUV222.92135.38115.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=30.70%
G=34.13%
B=35.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062292360.130.0300.0719444.1286.67
HexCEE5ECD307c22c57
Octal3163453541530730254127
Binary1100111011100101111011001101110111110000101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5EC; }

 p { color: rgb(206,229,236); }

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

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

 a { background-color: rgb(206,229,236); }

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

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

 span { border-color: rgb(206,229,236); }

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