#CEF5FA

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

Shades of Oyster Bay #CEF5FA

Tints of Oyster Bay #CEF5FA

Color information

#CEF5FA (or 0xCEF5FA) is unknown color: approx Oyster Bay. HEX triplet: CE, F5 and FA. RGB value is (206,245,250). Sum of RGB (Red+Green+Blue) = 206+245+250=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5FA is #310A05. Grayscale: #E9E9E9. Windows color (decimal): -3213830 or 16446926. OLE color: 16446926.

HSL color Cylindrical-coordinate representation of color #CEF5FA: hue angle of 186.82º 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 #CEF5FA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206245250-
CMYK0.180.0200.02
HSL186.82º81.48%89.41%-
HSV(B)186.82º17.6%98.04%-
XYZ75.3685.33102.94-
YUV233.91137.08108.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.39%
GREEN value IS 245 (96.09% from 255) = 34.95%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=29.39%
G=34.95%
B=35.66%

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
Decimal2062452500.180.0200.02186.8281.4889.41
HexCEF5FA12202bb5159
Octal31636537222202273121131
Binary11001110111101011111101010010100101011101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF5FA; }

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

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

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

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

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

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

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

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