#DBFAF8

Color #DBFAF8 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DBFAF8

Tints of Light Cyan #DBFAF8

Color information

#DBFAF8 (or 0xDBFAF8) is unknown color: approx Light Cyan. HEX triplet: DB, FA and F8. RGB value is (219,250,248). Sum of RGB (Red+Green+Blue) = 219+250+248=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF8 is #240507. Grayscale: #F0F0F0. Windows color (decimal): -2360584 or 16317147. OLE color: 16317147.

HSL color Cylindrical-coordinate representation of color #DBFAF8: hue angle of 176.13º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFAF8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB219250248-
CMYK0.1200.010.02
HSL176.13º75.61%91.96%-
HSV(B)176.13º12.4%98.04%-
XYZ80.3490.21101.98-
YUV240.5132.23112.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.54%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 248 (97.27% from 255) = 34.59%
R=30.54%
G=34.87%
B=34.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502480.1200.010.02176.1375.6191.96
HexDBFAF8C012b04c5c
Octal33337237014012260114134
Binary110110111111101011111000110001101011000010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAF8; }

 p { color: rgb(219,250,248); }

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

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

 a { background-color: rgb(219,250,248); }

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

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

 span { border-color: rgb(219,250,248); }

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