#DFF9FA

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

Shades of Light Cyan #DFF9FA

Tints of Light Cyan #DFF9FA

Color information

#DFF9FA (or 0xDFF9FA) is unknown color: approx Light Cyan. HEX triplet: DF, F9 and FA. RGB value is (223,249,250). Sum of RGB (Red+Green+Blue) = 223+249+250=722 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.89% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9FA is #200605. Grayscale: #F1F1F1. Windows color (decimal): -2098694 or 16447967. OLE color: 16447967.

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

Color convert

RGB223249250-
CMYK0.110.0000.02
HSL182.22º72.97%92.75%-
HSV(B)182.22º10.8%98.04%-
XYZ81.5690.34103.58-
YUV241.34132.89114.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.89%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=30.89%
G=34.49%
B=34.63%

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
Decimal2232492500.110.0000.02182.2272.9792.75
HexDFF9FAB002b6495d
Octal33737137213002266111135
Binary110111111111100111111010101100101011011010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF9FA; }

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

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

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

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

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

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

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

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