#CEE5ED

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

Shades of Pattens Blue #CEE5ED

Tints of Pattens Blue #CEE5ED

Color information

#CEE5ED (or 0xCEE5ED) is unknown color: approx Pattens Blue. HEX triplet: CE, E5 and ED. RGB value is (206,229,237). Sum of RGB (Red+Green+Blue) = 206+229+237=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5ED is #311A12. Grayscale: #DEDEDE. Windows color (decimal): -3217939 or 15590862. OLE color: 15590862.

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

Color convert

RGB206229237-
CMYK0.130.0300.07
HSL195.48º46.27%86.86%-
HSV(B)195.48º13.08%92.94%-
XYZ68.7675.2791.03-
YUV223.04135.88115.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 229 (89.84% from 255) = 34.08%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=30.65%
G=34.08%
B=35.27%

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
Decimal2062292370.130.0300.07195.4846.2786.86
HexCEE5EDD307c32e57
Octal3163453551530730356127
Binary1100111011100101111011011101110111110000111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5ED; }

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

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

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

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

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

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

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

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