#cef1f7

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

Shades of Oyster Bay #CEF1F7

Tints of Oyster Bay #CEF1F7

Color information

#CEF1F7 (or 0xCEF1F7) is unknown color: approx Oyster Bay. HEX triplet: CE, F1 and F7. RGB value is (206,241,247). Sum of RGB (Red+Green+Blue) = 206+241+247=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEF1F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1F7 is #310E08. Grayscale: #E7E7E7. Windows color (decimal): -3214857 or 16249294. OLE color: 16249294.

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

Color convert

RGB206241247-
CMYK0.170.0200.03
HSL188.78º71.93%88.82%-
HSV(B)188.78º16.6%96.86%-
XYZ73.782.75100.08-
YUV231.22136.9110.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.68%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=29.68%
G=34.73%
B=35.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062412470.170.0200.03188.7871.9388.82
HexCEF1F711203bd4859
Octal31636136721203275110131
Binary11001110111100011111011110001100111011110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cef1f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cef1f7; }

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

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

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

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

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

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

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

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