#CEE9EB

Color #CEE9EB Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CEE9EB

Tints of Oyster Bay #CEE9EB

Color information

#CEE9EB (or 0xCEE9EB) is unknown color: approx Oyster Bay. HEX triplet: CE, E9 and EB. RGB value is (206,233,235). Sum of RGB (Red+Green+Blue) = 206+233+235=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9EB is #311614. Grayscale: #E1E1E1. Windows color (decimal): -3216917 or 15460814. OLE color: 15460814.

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

Color convert

RGB206233235-
CMYK0.120.0100.08
HSL184.14º42.03%86.47%-
HSV(B)184.14º12.34%92.16%-
XYZ69.5977.489.87-
YUV225.15133.55114.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.56%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=30.56%
G=34.57%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062332350.120.0100.08184.1442.0386.47
HexCEE9EBC108b82a56
Octal31635135314101027052126
Binary1100111011101001111010111100101000101110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE9EB; }

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

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

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

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

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

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

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

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