#CEF7F5

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

Shades of Oyster Bay #CEF7F5

Tints of Oyster Bay #CEF7F5

Color information

#CEF7F5 (or 0xCEF7F5) is unknown color: approx Oyster Bay. HEX triplet: CE, F7 and F5. RGB value is (206,247,245). Sum of RGB (Red+Green+Blue) = 206+247+245=698 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.51% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7F5 is #31080A. Grayscale: #EAEAEA. Windows color (decimal): -3213323 or 16119758. OLE color: 16119758.

HSL color Cylindrical-coordinate representation of color #CEF7F5: hue angle of 177.07º 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 #CEF7F5 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB206247245-
CMYK0.1700.010.03
HSL177.07º71.93%88.82%-
HSV(B)177.07º16.6%96.86%-
XYZ75.286.2499.07-
YUV234.51133.92107.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062472450.1700.010.03177.0771.9388.82
HexCEF7F511013b14859
Octal31636736521013261110131
Binary1100111011110111111101011000101111011000110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7F5; }

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

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

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

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

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

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

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

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