#CFEFF1

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

Shades of Oyster Bay #CFEFF1

Tints of Oyster Bay #CFEFF1

Color information

#CFEFF1 (or 0xCFEFF1) is unknown color: approx Oyster Bay. HEX triplet: CF, EF and F1. RGB value is (207,239,241). Sum of RGB (Red+Green+Blue) = 207+239+241=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFF1 is #30100E. Grayscale: #E5E5E5. Windows color (decimal): -3149839 or 15855567. OLE color: 15855567.

HSL color Cylindrical-coordinate representation of color #CFEFF1: hue angle of 183.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEFF1 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207239241-
CMYK0.140.0100.05
HSL183.53º54.84%87.84%-
HSV(B)183.53º14.11%94.51%-
XYZ72.4881.3595.1-
YUV229.66134.4111.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.13%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=30.13%
G=34.79%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072392410.140.0100.05183.5354.8487.84
HexCFEFF1E105b83758
Octal3173573611610527067130
Binary110011111110111111110001111010101101110001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFF1; }

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

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

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

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

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

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

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

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