#CEEAED

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

Shades of Oyster Bay #CEEAED

Tints of Oyster Bay #CEEAED

Color information

#CEEAED (or 0xCEEAED) is unknown color: approx Oyster Bay. HEX triplet: CE, EA and ED. RGB value is (206,234,237). Sum of RGB (Red+Green+Blue) = 206+234+237=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAED is #311512. Grayscale: #E1E1E1. Windows color (decimal): -3216659 or 15592142. OLE color: 15592142.

HSL color Cylindrical-coordinate representation of color #CEEAED: hue angle of 185.81º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEAED is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206234237-
CMYK0.130.0100.07
HSL185.81º46.27%86.86%-
HSV(B)185.81º13.08%92.94%-
XYZ70.1678.0891.49-
YUV225.97134.22113.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.43%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=30.43%
G=34.56%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062342370.130.0100.07185.8146.2786.86
HexCEEAEDD107ba2e57
Octal3163523551510727256127
Binary110011101110101011101101110110111101110101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAED; }

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

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

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

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

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

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

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

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