#CFE9EB

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

Shades of Oyster Bay #CFE9EB

Tints of Oyster Bay #CFE9EB

Color information

#CFE9EB (or 0xCFE9EB) is unknown color: approx Oyster Bay. HEX triplet: CF, E9 and EB. RGB value is (207,233,235). Sum of RGB (Red+Green+Blue) = 207+233+235=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9EB is #301614. Grayscale: #E1E1E1. Windows color (decimal): -3151381 or 15460815. OLE color: 15460815.

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

Color convert

RGB207233235-
CMYK0.120.0100.08
HSL184.29º41.18%86.67%-
HSV(B)184.29º11.91%92.16%-
XYZ69.8777.5489.88-
YUV225.45133.39114.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.67%
GREEN value IS 233 (91.41% from 255) = 34.52%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=30.67%
G=34.52%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072332350.120.0100.08184.2941.1886.67
HexCFE9EBC108b82957
Octal31735135314101027051127
Binary1100111111101001111010111100101000101110001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9EB; }

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

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

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

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

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

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

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

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