#CEEBEE

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

Shades of Oyster Bay #CEEBEE

Tints of Oyster Bay #CEEBEE

Color information

#CEEBEE (or 0xCEEBEE) is unknown color: approx Oyster Bay. HEX triplet: CE, EB and EE. RGB value is (206,235,238). Sum of RGB (Red+Green+Blue) = 206+235+238=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBEE is #311411. Grayscale: #E2E2E2. Windows color (decimal): -3216402 or 15657934. OLE color: 15657934.

HSL color Cylindrical-coordinate representation of color #CEEBEE: hue angle of 185.62º degrees, saturation: 0.48, 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 #CEEBEE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206235238-
CMYK0.130.0100.07
HSL185.62º48.48%87.06%-
HSV(B)185.62º13.45%93.33%-
XYZ70.5978.7192.36-
YUV226.67134.39113.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.34%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=30.34%
G=34.61%
B=35.05%

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
Decimal2062352380.130.0100.07185.6248.4887.06
HexCEEBEED107ba3057
Octal3163533561510727260127
Binary110011101110101111101110110110111101110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBEE; }

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

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

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

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

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

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

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

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