#DBFDFC

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

Shades of Light Cyan #DBFDFC

Tints of Light Cyan #DBFDFC

Color information

#DBFDFC (or 0xDBFDFC) is unknown color: approx Light Cyan. HEX triplet: DB, FD and FC. RGB value is (219,253,252). Sum of RGB (Red+Green+Blue) = 219+253+252=724 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.25% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDFC is #240203. Grayscale: #F2F2F2. Windows color (decimal): -2359812 or 16580059. OLE color: 16580059.

HSL color Cylindrical-coordinate representation of color #DBFDFC: hue angle of 178.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDFC is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB219253252-
CMYK0.1300.000.01
HSL178.24º89.47%92.55%-
HSV(B)178.24º13.44%99.22%-
XYZ81.9192.34105.6-
YUV242.72133.24111.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.25%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 252 (98.83% from 255) = 34.81%
R=30.25%
G=34.94%
B=34.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532520.1300.000.01178.2489.4792.55
HexDBFDFCD001b2595d
Octal33337537415001262131135
Binary11011011111111011111110011010011011001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDFC; }

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

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

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

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

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

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

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

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