#DFF4FA

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

Shades of Light Cyan #DFF4FA

Tints of Light Cyan #DFF4FA

Color information

#DFF4FA (or 0xDFF4FA) is unknown color: approx Light Cyan. HEX triplet: DF, F4 and FA. RGB value is (223,244,250). Sum of RGB (Red+Green+Blue) = 223+244+250=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF4FA is #200B05. Grayscale: #EEEEEE. Windows color (decimal): -2099974 or 16446687. OLE color: 16446687.

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

Color convert

RGB223244250-
CMYK0.110.0200.02
HSL193.33º72.97%92.75%-
HSV(B)193.33º10.8%98.04%-
XYZ80.0487.29103.07-
YUV238.4134.54117.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 244 (95.70% from 255) = 34.03%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=31.10%
G=34.03%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232442500.110.0200.02193.3372.9792.75
HexDFF4FAB202c1495d
Octal33736437213202301111135
Binary1101111111110100111110101011100101100000110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF4FA; }

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

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

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

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

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

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

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

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