#CEE8EB

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

Shades of Oyster Bay #CEE8EB

Tints of Oyster Bay #CEE8EB

Color information

#CEE8EB (or 0xCEE8EB) is unknown color: approx Oyster Bay. HEX triplet: CE, E8 and EB. RGB value is (206,232,235). Sum of RGB (Red+Green+Blue) = 206+232+235=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8EB is #311714. Grayscale: #E0E0E0. Windows color (decimal): -3217173 or 15460558. OLE color: 15460558.

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

Color convert

RGB206232235-
CMYK0.120.0100.08
HSL186.21º42.03%86.47%-
HSV(B)186.21º12.34%92.16%-
XYZ69.3176.8389.77-
YUV224.57133.89114.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=30.61%
G=34.47%
B=34.92%

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
Decimal2062322350.120.0100.08186.2142.0386.47
HexCEE8EBC108ba2a56
Octal31635035314101027252126
Binary1100111011101000111010111100101000101110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8EB; }

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

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

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

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

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

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

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

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