#DFFAFB

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

Shades of Light Cyan #DFFAFB

Tints of Light Cyan #DFFAFB

Color information

#DFFAFB (or 0xDFFAFB) is unknown color: approx Light Cyan. HEX triplet: DF, FA and FB. RGB value is (223,250,251). Sum of RGB (Red+Green+Blue) = 223+250+251=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFFAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAFB is #200504. Grayscale: #F2F2F2. Windows color (decimal): -2098437 or 16513759. OLE color: 16513759.

HSL color Cylindrical-coordinate representation of color #DFFAFB: hue angle of 182.14º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAFB is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223250251-
CMYK0.110.0000.02
HSL182.14º77.78%92.94%-
HSV(B)182.14º11.16%98.43%-
XYZ82.0391.02104.51-
YUV242.04133.05114.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.80%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=30.80%
G=34.53%
B=34.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502510.110.0000.02182.1477.7892.94
HexDFFAFBB002b64e5d
Octal33737237313002266116135
Binary110111111111101011111011101100101011011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAFB; }

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

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

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

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

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

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

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

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