#CFE7EB

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

Shades of Oyster Bay #CFE7EB

Tints of Oyster Bay #CFE7EB

Color information

#CFE7EB (or 0xCFE7EB) is unknown color: approx Oyster Bay. HEX triplet: CF, E7 and EB. RGB value is (207,231,235). Sum of RGB (Red+Green+Blue) = 207+231+235=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7EB is #301814. Grayscale: #E0E0E0. Windows color (decimal): -3151893 or 15460303. OLE color: 15460303.

HSL color Cylindrical-coordinate representation of color #CFE7EB: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE7EB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207231235-
CMYK0.120.0200.08
HSL188.57º41.18%86.67%-
HSV(B)188.57º11.91%92.16%-
XYZ69.376.4289.69-
YUV224.28134.05115.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.76%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=30.76%
G=34.32%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072312350.120.0200.08188.5741.1886.67
HexCFE7EBC208bd2957
Octal31734735314201027551127
Binary11001111111001111110101111001001000101111011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7EB; }

 p { color: rgb(207,231,235); }

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

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

 a { background-color: rgb(207,231,235); }

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

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

 span { border-color: rgb(207,231,235); }

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