#DBFFFA

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

Shades of Light Cyan #DBFFFA

Tints of Light Cyan #DBFFFA

Color information

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

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

Color convert

RGB219255250-
CMYK0.1400.020
HSL171.67º100%92.94%-
HSV(B)171.67º14.12%100%-
XYZ82.2393.48104.15-
YUV243.67131.57110.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552500.1400.020171.6710092.94
HexDBFFFAE020ac645d
Octal33337737216020254144135
Binary110110111111111111111010111001001010110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFFA; }

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

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

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

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

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

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

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

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