#DCFAFE

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

Shades of Light Cyan #DCFAFE

Tints of Light Cyan #DCFAFE

Color information

#DCFAFE (or 0xDCFAFE) is unknown color: approx Light Cyan. HEX triplet: DC, FA and FE. RGB value is (220,250,254). Sum of RGB (Red+Green+Blue) = 220+250+254=724 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.39% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAFE is #230501. Grayscale: #F1F1F1. Windows color (decimal): -2295042 or 16710364. OLE color: 16710364.

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

Color convert

RGB220250254-
CMYK0.130.0200.00
HSL187.06º94.44%92.94%-
HSV(B)187.06º13.39%99.61%-
XYZ81.5990.74106.98-
YUV241.49135.06112.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.39%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=30.39%
G=34.53%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2202502540.130.0200.00187.0694.4492.94
HexDCFAFED200bb5e5d
Octal33437237615200273136135
Binary110111001111101011111110110110001011101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAFE; }

 p { color: rgb(220,250,254); }

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

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

 a { background-color: rgb(220,250,254); }

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

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

 span { border-color: rgb(220,250,254); }

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