#DBFDFF

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

Shades of Light Cyan #DBFDFF

Tints of Light Cyan #DBFDFF

Color information

#DBFDFF (or 0xDBFDFF) is unknown color: approx Light Cyan. HEX triplet: DB, FD and FF. RGB value is (219,253,255). Sum of RGB (Red+Green+Blue) = 219+253+255=727 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.12% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDFF is #240200. Grayscale: #F3F3F3. Windows color (decimal): -2359809 or 16776667. OLE color: 16776667.

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

Color convert

RGB219253255-
CMYK0.140.0100
HSL183.33º100%92.94%-
HSV(B)183.33º14.12%100%-
XYZ82.3992.53108.13-
YUV243.06134.74110.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.12%
GREEN value IS 253 (99.22% from 255) = 34.80%
BLUE value IS 255 (100% from 255) = 35.08%
R=30.12%
G=34.80%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192532550.140.0100183.3310092.94
HexDBFDFFE100b7645d
Octal33337537716100267144135
Binary11011011111111011111111111101001011011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDFF; }

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

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

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

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

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

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

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

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