#DFF9FF

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

Shades of Light Cyan #DFF9FF

Tints of Light Cyan #DFF9FF

Color information

#DFF9FF (or 0xDFF9FF) is unknown color: approx Light Cyan. HEX triplet: DF, F9 and FF. RGB value is (223,249,255). Sum of RGB (Red+Green+Blue) = 223+249+255=727 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.67% from 727); Green value is 249 (97.66% from 255 or 34.25% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9FF is #200600. Grayscale: #F1F1F1. Windows color (decimal): -2098689 or 16775647. OLE color: 16775647.

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

Color convert

RGB223249255-
CMYK0.130.0200
HSL191.25º100%93.73%-
HSV(B)191.25º12.55%100%-
XYZ82.3690.66107.77-
YUV241.91135.39114.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.67%
GREEN value IS 249 (97.66% from 255) = 34.25%
BLUE value IS 255 (100% from 255) = 35.08%
R=30.67%
G=34.25%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232492550.130.0200191.2510093.73
HexDFF9FFD200bf645e
Octal33737137715200277144136
Binary110111111111100111111111110110001011111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF9FF; }

 p { color: rgb(223,249,255); }

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

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

 a { background-color: rgb(223,249,255); }

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

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

 span { border-color: rgb(223,249,255); }

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