#CFEDEF

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

Shades of Oyster Bay #CFEDEF

Tints of Oyster Bay #CFEDEF

Color information

#CFEDEF (or 0xCFEDEF) is unknown color: approx Oyster Bay. HEX triplet: CF, ED and EF. RGB value is (207,237,239). Sum of RGB (Red+Green+Blue) = 207+237+239=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDEF is #301210. Grayscale: #E4E4E4. Windows color (decimal): -3150353 or 15723983. OLE color: 15723983.

HSL color Cylindrical-coordinate representation of color #CFEDEF: hue angle of 183.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDEF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207237239-
CMYK0.130.0100.06
HSL183.75º50%87.45%-
HSV(B)183.75º13.39%93.73%-
XYZ71.680.0793.34-
YUV228.26134.06112.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.31%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=30.31%
G=34.70%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072372390.130.0100.06183.755087.45
HexCFEDEFD106b83257
Octal3173553571510627062127
Binary110011111110110111101111110110110101110001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDEF; }

 p { color: rgb(207,237,239); }

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

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

 a { background-color: rgb(207,237,239); }

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

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

 span { border-color: rgb(207,237,239); }

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