#CEE4EB

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

Shades of Pattens Blue #CEE4EB

Tints of Pattens Blue #CEE4EB

Color information

#CEE4EB (or 0xCEE4EB) is unknown color: approx Pattens Blue. HEX triplet: CE, E4 and EB. RGB value is (206,228,235). Sum of RGB (Red+Green+Blue) = 206+228+235=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4EB is #311B14. Grayscale: #DEDEDE. Windows color (decimal): -3218197 or 15459534. OLE color: 15459534.

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

Color convert

RGB206228235-
CMYK0.120.0300.08
HSL194.48º42.03%86.47%-
HSV(B)194.48º12.34%92.16%-
XYZ68.1974.6189.4-
YUV222.22135.21116.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 228 (89.45% from 255) = 34.08%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=30.79%
G=34.08%
B=35.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062282350.120.0300.08194.4842.0386.47
HexCEE4EBC308c22a56
Octal31634435314301030252126
Binary11001110111001001110101111001101000110000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE4EB; }

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

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

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

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

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

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

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

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