#DBF1F2

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

Shades of Oyster Bay #DBF1F2

Tints of Oyster Bay #DBF1F2

Color information

#DBF1F2 (or 0xDBF1F2) is unknown color: approx Oyster Bay. HEX triplet: DB, F1 and F2. RGB value is (219,241,242). Sum of RGB (Red+Green+Blue) = 219+241+242=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBF1F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1F2 is #240E0D. Grayscale: #EAEAEA. Windows color (decimal): -2362894 or 15921627. OLE color: 15921627.

HSL color Cylindrical-coordinate representation of color #DBF1F2: hue angle of 182.61º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF1F2 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219241242-
CMYK0.100.0000.05
HSL182.61º46.94%90.39%-
HSV(B)182.61º9.5%94.9%-
XYZ76.784.3896.25-
YUV234.54132.21116.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 241 (94.53% from 255) = 34.33%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=31.20%
G=34.33%
B=34.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412420.100.0000.05182.6146.9490.39
HexDBF1F2A005b72f5a
Octal3333613621200526757132
Binary110110111111000111110010101000101101101111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1F2; }

 p { color: rgb(219,241,242); }

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

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

 a { background-color: rgb(219,241,242); }

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

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

 span { border-color: rgb(219,241,242); }

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