#CEF6FA

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

Shades of Oyster Bay #CEF6FA

Tints of Oyster Bay #CEF6FA

Color information

#CEF6FA (or 0xCEF6FA) is unknown color: approx Oyster Bay. HEX triplet: CE, F6 and FA. RGB value is (206,246,250). Sum of RGB (Red+Green+Blue) = 206+246+250=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6FA is #310905. Grayscale: #EAEAEA. Windows color (decimal): -3213574 or 16447182. OLE color: 16447182.

HSL color Cylindrical-coordinate representation of color #CEF6FA: hue angle of 185.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF6FA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206246250-
CMYK0.180.0200.02
HSL185.45º81.48%89.41%-
HSV(B)185.45º17.6%98.04%-
XYZ75.6685.94103.04-
YUV234.5136.75107.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.34%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=29.34%
G=35.04%
B=35.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062462500.180.0200.02185.4581.4889.41
HexCEF6FA12202b95159
Octal31636637222202271121131
Binary11001110111101101111101010010100101011100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6FA; }

 p { color: rgb(206,246,250); }

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

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

 a { background-color: rgb(206,246,250); }

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

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

 span { border-color: rgb(206,246,250); }

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