#DBFFFF

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

Shades of Light Cyan #DBFFFF

Tints of Light Cyan #DBFFFF

Color information

#DBFFFF (or 0xDBFFFF) is unknown color: approx Light Cyan. HEX triplet: DB, FF and FF. RGB value is (219,255,255). Sum of RGB (Red+Green+Blue) = 219+255+255=729 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.04% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #DBFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFFF is #240000. Grayscale: #F4F4F4. Windows color (decimal): -2359297 or 16777179. OLE color: 16777179.

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

Color convert

RGB219255255-
CMYK0.14000
HSL180º100%92.94%-
HSV(B)180º14.12%100%-
XYZ83.0293.8108.34-
YUV244.24134.07110-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.04%
GREEN value IS 255 (100% from 255) = 34.98%
BLUE value IS 255 (100% from 255) = 34.98%
R=30.04%
G=34.98%
B=34.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552550.1400018010092.94
HexDBFFFFE000b4645d
Octal33337737716000264144135
Binary11011011111111111111111111100001011010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFFF; }

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

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

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

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

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

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

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

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