#CEE1EB

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

Shades of Pattens Blue #CEE1EB

Tints of Pattens Blue #CEE1EB

Color information

#CEE1EB (or 0xCEE1EB) is unknown color: approx Pattens Blue. HEX triplet: CE, E1 and EB. RGB value is (206,225,235). Sum of RGB (Red+Green+Blue) = 206+225+235=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1EB is #311E14. Grayscale: #DCDCDC. Windows color (decimal): -3218965 or 15458766. OLE color: 15458766.

HSL color Cylindrical-coordinate representation of color #CEE1EB: hue angle of 200.69º 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 #CEE1EB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206225235-
CMYK0.120.0400.08
HSL200.69º42.03%86.47%-
HSV(B)200.69º12.34%92.16%-
XYZ67.3772.9789.13-
YUV220.46136.21117.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=30.93%
G=33.78%
B=35.29%

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
Decimal2062252350.120.0400.08200.6942.0386.47
HexCEE1EBC408c92a56
Octal31634135314401031152126
Binary110011101110000111101011110010001000110010011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1EB; }

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

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

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

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

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

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

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

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