#DBFAFE

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

Shades of Light Cyan #DBFAFE

Tints of Light Cyan #DBFAFE

Color information

#DBFAFE (or 0xDBFAFE) is unknown color: approx Light Cyan. HEX triplet: DB, FA and FE. RGB value is (219,250,254). Sum of RGB (Red+Green+Blue) = 219+250+254=723 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.29% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAFE is #240501. Grayscale: #F1F1F1. Windows color (decimal): -2360578 or 16710363. OLE color: 16710363.

HSL color Cylindrical-coordinate representation of color #DBFAFE: hue angle of 186.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFAFE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219250254-
CMYK0.140.0200.00
HSL186.86º94.59%92.75%-
HSV(B)186.86º13.78%99.61%-
XYZ81.2990.59106.97-
YUV241.19135.23112.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.29%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=30.29%
G=34.58%
B=35.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192502540.140.0200.00186.8694.5992.75
HexDBFAFEE200bb5f5d
Octal33337237616200273137135
Binary110110111111101011111110111010001011101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAFE; }

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

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

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

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

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

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

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

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