#CEEAEB

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

Shades of Oyster Bay #CEEAEB

Tints of Oyster Bay #CEEAEB

Color information

#CEEAEB (or 0xCEEAEB) is unknown color: approx Oyster Bay. HEX triplet: CE, EA and EB. RGB value is (206,234,235). Sum of RGB (Red+Green+Blue) = 206+234+235=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAEB is #311514. Grayscale: #E1E1E1. Windows color (decimal): -3216661 or 15461070. OLE color: 15461070.

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

Color convert

RGB206234235-
CMYK0.120.0000.08
HSL182.07º42.03%86.47%-
HSV(B)182.07º12.34%92.16%-
XYZ69.8777.9789.96-
YUV225.74133.22113.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=30.52%
G=34.67%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062342350.120.0000.08182.0742.0386.47
HexCEEAEBC008b62a56
Octal31635235314001026652126
Binary1100111011101010111010111100001000101101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAEB; }

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

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

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

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

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

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

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

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