#DFFCFB

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

Shades of Light Cyan #DFFCFB

Tints of Light Cyan #DFFCFB

Color information

#DFFCFB (or 0xDFFCFB) is unknown color: approx Light Cyan. HEX triplet: DF, FC and FB. RGB value is (223,252,251). Sum of RGB (Red+Green+Blue) = 223+252+251=726 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.72% from 726); Green value is 252 (98.83% from 255 or 34.71% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCFB is #200304. Grayscale: #F3F3F3. Windows color (decimal): -2097925 or 16514271. OLE color: 16514271.

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

Color convert

RGB223252251-
CMYK0.1200.000.01
HSL177.93º82.86%93.14%-
HSV(B)177.93º11.51%98.82%-
XYZ82.6592.27104.72-
YUV243.21132.39113.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.72%
GREEN value IS 252 (98.83% from 255) = 34.71%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=30.72%
G=34.71%
B=34.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232522510.1200.000.01177.9382.8693.14
HexDFFCFBC001b2535d
Octal33737437314001262123135
Binary11011111111111001111101111000011011001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCFB; }

 p { color: rgb(223,252,251); }

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

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

 a { background-color: rgb(223,252,251); }

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

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

 span { border-color: rgb(223,252,251); }

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