#CFE8EB

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

Shades of Oyster Bay #CFE8EB

Tints of Oyster Bay #CFE8EB

Color information

#CFE8EB (or 0xCFE8EB) is unknown color: approx Oyster Bay. HEX triplet: CF, E8 and EB. RGB value is (207,232,235). Sum of RGB (Red+Green+Blue) = 207+232+235=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8EB is #301714. Grayscale: #E0E0E0. Windows color (decimal): -3151637 or 15460559. OLE color: 15460559.

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

Color convert

RGB207232235-
CMYK0.120.0100.08
HSL186.43º41.18%86.67%-
HSV(B)186.43º11.91%92.16%-
XYZ69.5876.9889.79-
YUV224.87133.72115.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.71%
GREEN value IS 232 (91.02% from 255) = 34.42%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=30.71%
G=34.42%
B=34.87%

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
Decimal2072322350.120.0100.08186.4341.1886.67
HexCFE8EBC108ba2957
Octal31735035314101027251127
Binary1100111111101000111010111100101000101110101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8EB; }

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

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

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

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

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

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

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

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