#DBF6FF

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

Shades of Light Cyan #DBF6FF

Tints of Light Cyan #DBF6FF

Color information

#DBF6FF (or 0xDBF6FF) is unknown color: approx Light Cyan. HEX triplet: DB, F6 and FF. RGB value is (219,246,255). Sum of RGB (Red+Green+Blue) = 219+246+255=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FF is #240900. Grayscale: #EEEEEE. Windows color (decimal): -2361601 or 16774875. OLE color: 16774875.

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

Color convert

RGB219246255-
CMYK0.140.0400
HSL195º100%92.94%-
HSV(B)195º14.12%100%-
XYZ80.2288.19107.4-
YUV238.95137.05113.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.42%
GREEN value IS 246 (96.48% from 255) = 34.17%
BLUE value IS 255 (100% from 255) = 35.42%
R=30.42%
G=34.17%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192462550.140.040019510092.94
HexDBF6FFE400c3645d
Octal33336637716400303144135
Binary1101101111110110111111111110100001100001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6FF; }

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

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

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

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

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

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

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

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