#CEE0ED

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

Shades of Pattens Blue #CEE0ED

Tints of Pattens Blue #CEE0ED

Color information

#CEE0ED (or 0xCEE0ED) is unknown color: approx Pattens Blue. HEX triplet: CE, E0 and ED. RGB value is (206,224,237). Sum of RGB (Red+Green+Blue) = 206+224+237=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0ED is #311F12. Grayscale: #DCDCDC. Windows color (decimal): -3219219 or 15589582. OLE color: 15589582.

HSL color Cylindrical-coordinate representation of color #CEE0ED: hue angle of 205.16º degrees, saturation: 0.46, 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 #CEE0ED is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206224237-
CMYK0.130.0500.07
HSL205.16º46.27%86.86%-
HSV(B)205.16º13.08%92.94%-
XYZ67.472.5590.57-
YUV220.1137.54117.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=30.88%
G=33.58%
B=35.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062242370.130.0500.07205.1646.2786.86
HexCEE0EDD507cd2e57
Octal3163403551550731556127
Binary11001110111000001110110111011010111110011011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0ED; }

 p { color: rgb(206,224,237); }

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

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

 a { background-color: rgb(206,224,237); }

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

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

 span { border-color: rgb(206,224,237); }

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