#CEE3ED

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

Shades of Pattens Blue #CEE3ED

Tints of Pattens Blue #CEE3ED

Color information

#CEE3ED (or 0xCEE3ED) is unknown color: approx Pattens Blue. HEX triplet: CE, E3 and ED. RGB value is (206,227,237). Sum of RGB (Red+Green+Blue) = 206+227+237=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3ED is #311C12. Grayscale: #DDDDDD. Windows color (decimal): -3218451 or 15590350. OLE color: 15590350.

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

Color convert

RGB206227237-
CMYK0.130.0400.07
HSL199.35º46.27%86.86%-
HSV(B)199.35º13.08%92.94%-
XYZ68.2174.1790.84-
YUV221.86136.54116.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.75%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=30.75%
G=33.88%
B=35.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062272370.130.0400.07199.3546.2786.86
HexCEE3EDD407c72e57
Octal3163433551540730756127
Binary11001110111000111110110111011000111110001111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3ED; }

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

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

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

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

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

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

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

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