#DBF4FB

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

Shades of Light Cyan #DBF4FB

Tints of Light Cyan #DBF4FB

Color information

#DBF4FB (or 0xDBF4FB) is unknown color: approx Light Cyan. HEX triplet: DB, F4 and FB. RGB value is (219,244,251). Sum of RGB (Red+Green+Blue) = 219+244+251=714 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.67% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF4FB is #240B04. Grayscale: #EDEDED. Windows color (decimal): -2362117 or 16512219. OLE color: 16512219.

HSL color Cylindrical-coordinate representation of color #DBF4FB: hue angle of 193.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF4FB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219244251-
CMYK0.130.0300.02
HSL193.12º80%92.16%-
HSV(B)193.12º12.75%98.43%-
XYZ78.9886.73103.84-
YUV237.32135.72114.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.67%
GREEN value IS 244 (95.70% from 255) = 34.17%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=30.67%
G=34.17%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192442510.130.0300.02193.128092.16
HexDBF4FBD302c1505c
Octal33336437315302301120134
Binary1101101111110100111110111101110101100000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF4FB; }

 p { color: rgb(219,244,251); }

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

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

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

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

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

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

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