#DBFAFD

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

Shades of Light Cyan #DBFAFD

Tints of Light Cyan #DBFAFD

Color information

#DBFAFD (or 0xDBFAFD) is unknown color: approx Light Cyan. HEX triplet: DB, FA and FD. RGB value is (219,250,253). Sum of RGB (Red+Green+Blue) = 219+250+253=722 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.33% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAFD is #240502. Grayscale: #F1F1F1. Windows color (decimal): -2360579 or 16644827. OLE color: 16644827.

HSL color Cylindrical-coordinate representation of color #DBFAFD: hue angle of 185.29º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFAFD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219250253-
CMYK0.130.0100.01
HSL185.29º89.47%92.55%-
HSV(B)185.29º13.44%99.22%-
XYZ81.1390.52106.13-
YUV241.07134.73112.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.33%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 253 (99.22% from 255) = 35.04%
R=30.33%
G=34.63%
B=35.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192502530.130.0100.01185.2989.4792.55
HexDBFAFDD101b9595d
Octal33337237515101271131135
Binary11011011111110101111110111011011011100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAFD; }

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

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

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

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

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

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

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

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