#CEF4FA

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

Shades of Oyster Bay #CEF4FA

Tints of Oyster Bay #CEF4FA

Color information

#CEF4FA (or 0xCEF4FA) is unknown color: approx Oyster Bay. HEX triplet: CE, F4 and FA. RGB value is (206,244,250). Sum of RGB (Red+Green+Blue) = 206+244+250=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF4FA is #310B05. Grayscale: #E9E9E9. Windows color (decimal): -3214086 or 16446670. OLE color: 16446670.

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

Color convert

RGB206244250-
CMYK0.180.0200.02
HSL188.18º81.48%89.41%-
HSV(B)188.18º17.6%98.04%-
XYZ75.0684.73102.84-
YUV233.32137.41108.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.43%
GREEN value IS 244 (95.70% from 255) = 34.86%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=29.43%
G=34.86%
B=35.71%

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
Decimal2062442500.180.0200.02188.1881.4889.41
HexCEF4FA12202bc5159
Octal31636437222202274121131
Binary11001110111101001111101010010100101011110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF4FA; }

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

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

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

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

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

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

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

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