#DBFAF6

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

Shades of Light Cyan #DBFAF6

Tints of Light Cyan #DBFAF6

Color information

#DBFAF6 (or 0xDBFAF6) is unknown color: approx Light Cyan. HEX triplet: DB, FA and F6. RGB value is (219,250,246). Sum of RGB (Red+Green+Blue) = 219+250+246=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF6 is #240509. Grayscale: #F0F0F0. Windows color (decimal): -2360586 or 16186075. OLE color: 16186075.

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

Color convert

RGB219250246-
CMYK0.1200.020.02
HSL172.26º75.61%91.96%-
HSV(B)172.26º12.4%98.04%-
XYZ80.0390.09100.36-
YUV240.28131.23112.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.63%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 246 (96.48% from 255) = 34.41%
R=30.63%
G=34.97%
B=34.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502460.1200.020.02172.2675.6191.96
HexDBFAF6C022ac4c5c
Octal33337236614022254114134
Binary1101101111111010111101101100010101010110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAF6; }

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

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

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

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

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

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

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

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