#CEF5F7

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

Shades of Oyster Bay #CEF5F7

Tints of Oyster Bay #CEF5F7

Color information

#CEF5F7 (or 0xCEF5F7) is unknown color: approx Oyster Bay. HEX triplet: CE, F5 and F7. RGB value is (206,245,247). Sum of RGB (Red+Green+Blue) = 206+245+247=698 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.51% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEF5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5F7 is #310A08. Grayscale: #E9E9E9. Windows color (decimal): -3213833 or 16250318. OLE color: 16250318.

HSL color Cylindrical-coordinate representation of color #CEF5F7: hue angle of 182.93º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF5F7 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206245247-
CMYK0.170.0100.03
HSL182.93º71.93%88.82%-
HSV(B)182.93º16.6%96.86%-
XYZ74.8985.14100.48-
YUV233.57135.58108.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.51%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 247 (96.88% from 255) = 35.39%
R=29.51%
G=35.10%
B=35.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062452470.170.0100.03182.9371.9388.82
HexCEF5F711103b74859
Octal31636536721103267110131
Binary1100111011110101111101111000110111011011110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF5F7; }

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

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

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

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

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

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

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

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