#DFFBFE

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

Shades of Light Cyan #DFFBFE

Tints of Light Cyan #DFFBFE

Color information

#DFFBFE (or 0xDFFBFE) is unknown color: approx Light Cyan. HEX triplet: DF, FB and FE. RGB value is (223,251,254). Sum of RGB (Red+Green+Blue) = 223+251+254=728 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.63% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBFE is #200401. Grayscale: #F2F2F2. Windows color (decimal): -2098178 or 16710623. OLE color: 16710623.

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

Color convert

RGB223251254-
CMYK0.120.0100.00
HSL185.81º93.94%93.53%-
HSV(B)185.81º12.2%99.61%-
XYZ82.8291.84107.13-
YUV242.97134.22113.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.63%
GREEN value IS 251 (98.44% from 255) = 34.48%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=30.63%
G=34.48%
B=34.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232512540.120.0100.00185.8193.9493.53
HexDFFBFEC100ba5e5e
Octal33737337614100272136136
Binary11011111111110111111111011001001011101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBFE; }

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

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

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

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

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

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

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

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