#CEE4ED

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

Shades of Pattens Blue #CEE4ED

Tints of Pattens Blue #CEE4ED

Color information

#CEE4ED (or 0xCEE4ED) is unknown color: approx Pattens Blue. HEX triplet: CE, E4 and ED. RGB value is (206,228,237). Sum of RGB (Red+Green+Blue) = 206+228+237=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4ED is #311B12. Grayscale: #DEDEDE. Windows color (decimal): -3218195 or 15590606. OLE color: 15590606.

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

Color convert

RGB206228237-
CMYK0.130.0400.07
HSL197.42º46.27%86.86%-
HSV(B)197.42º13.08%92.94%-
XYZ68.4874.7290.93-
YUV222.45136.21116.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=30.70%
G=33.98%
B=35.32%

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
Decimal2062282370.130.0400.07197.4246.2786.86
HexCEE4EDD407c52e57
Octal3163443551540730556127
Binary11001110111001001110110111011000111110001011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE4ED; }

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

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

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

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

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

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

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

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