#DFF4FB

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

Shades of Light Cyan #DFF4FB

Tints of Light Cyan #DFF4FB

Color information

#DFF4FB (or 0xDFF4FB) is unknown color: approx Light Cyan. HEX triplet: DF, F4 and FB. RGB value is (223,244,251). Sum of RGB (Red+Green+Blue) = 223+244+251=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF4FB is #200B04. Grayscale: #EEEEEE. Windows color (decimal): -2099973 or 16512223. OLE color: 16512223.

HSL color Cylindrical-coordinate representation of color #DFF4FB: hue angle of 195º 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 #DFF4FB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223244251-
CMYK0.110.0300.02
HSL195º77.78%92.94%-
HSV(B)195º11.16%98.43%-
XYZ80.1987.35103.9-
YUV238.52135.04116.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.06%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=31.06%
G=33.98%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232442510.110.0300.0219577.7892.94
HexDFF4FBB302c34e5d
Octal33736437313302303116135
Binary1101111111110100111110111011110101100001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF4FB; }

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

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

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

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

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

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

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

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