#CEE0EB

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

Shades of Pattens Blue #CEE0EB

Tints of Pattens Blue #CEE0EB

Color information

#CEE0EB (or 0xCEE0EB) is unknown color: approx Pattens Blue. HEX triplet: CE, E0 and EB. RGB value is (206,224,235). Sum of RGB (Red+Green+Blue) = 206+224+235=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0EB is #311F14. Grayscale: #DBDBDB. Windows color (decimal): -3219221 or 15458510. OLE color: 15458510.

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

Color convert

RGB206224235-
CMYK0.120.0500.08
HSL202.76º42.03%86.47%-
HSV(B)202.76º12.34%92.16%-
XYZ67.172.4389.04-
YUV219.87136.54118.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=30.98%
G=33.68%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062242350.120.0500.08202.7642.0386.47
HexCEE0EBC508cb2a56
Octal31634035314501031352126
Binary110011101110000011101011110010101000110010111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0EB; }

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

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

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

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

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

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

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

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