#CEEFF3

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

Shades of Oyster Bay #CEEFF3

Tints of Oyster Bay #CEEFF3

Color information

#CEEFF3 (or 0xCEEFF3) is unknown color: approx Oyster Bay. HEX triplet: CE, EF and F3. RGB value is (206,239,243). Sum of RGB (Red+Green+Blue) = 206+239+243=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFF3 is #31100C. Grayscale: #E5E5E5. Windows color (decimal): -3215373 or 15986638. OLE color: 15986638.

HSL color Cylindrical-coordinate representation of color #CEEFF3: hue angle of 186.49º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEFF3 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206239243-
CMYK0.150.0200.05
HSL186.49º60.66%88.04%-
HSV(B)186.49º15.23%95.29%-
XYZ72.581.3396.67-
YUV229.59135.57111.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 243 (95.31% from 255) = 35.32%
R=29.94%
G=34.74%
B=35.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062392430.150.0200.05186.4960.6688.04
HexCEEFF3F205ba3d58
Octal3163573631720527275130
Binary1100111011101111111100111111100101101110101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFF3; }

 p { color: rgb(206,239,243); }

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

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

 a { background-color: rgb(206,239,243); }

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

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

 span { border-color: rgb(206,239,243); }

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