#DBFAFF

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

Shades of Light Cyan #DBFAFF

Tints of Light Cyan #DBFAFF

Color information

#DBFAFF (or 0xDBFAFF) is unknown color: approx Light Cyan. HEX triplet: DB, FA and FF. RGB value is (219,250,255). Sum of RGB (Red+Green+Blue) = 219+250+255=724 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.25% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAFF is #240500. Grayscale: #F1F1F1. Windows color (decimal): -2360577 or 16775899. OLE color: 16775899.

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

Color convert

RGB219250255-
CMYK0.140.0200
HSL188.33º100%92.94%-
HSV(B)188.33º14.12%100%-
XYZ81.4590.65107.81-
YUV241.3135.73112.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.25%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 255 (100% from 255) = 35.22%
R=30.25%
G=34.53%
B=35.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192502550.140.0200188.3310092.94
HexDBFAFFE200bc645d
Octal33337237716200274144135
Binary110110111111101011111111111010001011110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAFF; }

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

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

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

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

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

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

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

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