#CEF5FB

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

Shades of Oyster Bay #CEF5FB

Tints of Oyster Bay #CEF5FB

Color information

#CEF5FB (or 0xCEF5FB) is unknown color: approx Oyster Bay. HEX triplet: CE, F5 and FB. RGB value is (206,245,251). Sum of RGB (Red+Green+Blue) = 206+245+251=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5FB is #310A04. Grayscale: #E9E9E9. Windows color (decimal): -3213829 or 16512462. OLE color: 16512462.

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

Color convert

RGB206245251-
CMYK0.180.0200.02
HSL188º84.91%89.61%-
HSV(B)188º17.93%98.43%-
XYZ75.5285.39103.77-
YUV234.02137.58108.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.34%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=29.34%
G=34.90%
B=35.75%

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
Decimal2062452510.180.0200.0218884.9189.61
HexCEF5FB12202bc555a
Octal31636537322202274125132
Binary11001110111101011111101110010100101011110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF5FB; }

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

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

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

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

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

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

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

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