#DBF5FE

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

Shades of Light Cyan #DBF5FE

Tints of Light Cyan #DBF5FE

Color information

#DBF5FE (or 0xDBF5FE) is unknown color: approx Light Cyan. HEX triplet: DB, F5 and FE. RGB value is (219,245,254). Sum of RGB (Red+Green+Blue) = 219+245+254=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5FE is #240A01. Grayscale: #EEEEEE. Windows color (decimal): -2361858 or 16709083. OLE color: 16709083.

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

Color convert

RGB219245254-
CMYK0.140.0400.00
HSL195.43º94.59%92.75%-
HSV(B)195.43º13.78%99.61%-
XYZ79.7687.52106.46-
YUV238.25136.89114.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.50%
GREEN value IS 245 (96.09% from 255) = 34.12%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=30.50%
G=34.12%
B=35.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192452540.140.0400.00195.4394.5992.75
HexDBF5FEE400c35f5d
Octal33336537616400303137135
Binary1101101111110101111111101110100001100001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5FE; }

 p { color: rgb(219,245,254); }

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

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

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

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

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

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

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