#CEE0EA

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

Shades of Pattens Blue #CEE0EA

Tints of Pattens Blue #CEE0EA

Color information

#CEE0EA (or 0xCEE0EA) is unknown color: approx Pattens Blue. HEX triplet: CE, E0 and EA. RGB value is (206,224,234). Sum of RGB (Red+Green+Blue) = 206+224+234=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0EA is #311F15. Grayscale: #DBDBDB. Windows color (decimal): -3219222 or 15392974. OLE color: 15392974.

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

Color convert

RGB206224234-
CMYK0.120.0400.08
HSL201.43º40%86.27%-
HSV(B)201.43º11.97%91.76%-
XYZ66.9672.3788.28-
YUV219.76136.04118.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=31.02%
G=33.73%
B=35.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062242340.120.0400.08201.434086.27
HexCEE0EAC408c92856
Octal31634035214401031150126
Binary110011101110000011101010110010001000110010011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0EA; }

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

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

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

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

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

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

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

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