#CEF4F7

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

Shades of Oyster Bay #CEF4F7

Tints of Oyster Bay #CEF4F7

Color information

#CEF4F7 (or 0xCEF4F7) is unknown color: approx Oyster Bay. HEX triplet: CE, F4 and F7. RGB value is (206,244,247). Sum of RGB (Red+Green+Blue) = 206+244+247=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEF4F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF4F7 is #310B08. Grayscale: #E8E8E8. Windows color (decimal): -3214089 or 16250062. OLE color: 16250062.

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

Color convert

RGB206244247-
CMYK0.170.0100.03
HSL184.39º71.93%88.82%-
HSV(B)184.39º16.6%96.86%-
XYZ74.5984.54100.38-
YUV232.98135.91108.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.56%
GREEN value IS 244 (95.70% from 255) = 35.01%
BLUE value IS 247 (96.88% from 255) = 35.44%
R=29.56%
G=35.01%
B=35.44%

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
Decimal2062442470.170.0100.03184.3971.9388.82
HexCEF4F711103b84859
Octal31636436721103270110131
Binary1100111011110100111101111000110111011100010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF4F7; }

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

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

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

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

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

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

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

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