#D1FAFD

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

Shades of Light Cyan #D1FAFD

Tints of Light Cyan #D1FAFD

Color information

#D1FAFD (or 0xD1FAFD) is unknown color: approx Light Cyan. HEX triplet: D1, FA and FD. RGB value is (209,250,253). Sum of RGB (Red+Green+Blue) = 209+250+253=712 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.35% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAFD is #2E0502. Grayscale: #EEEEEE. Windows color (decimal): -3015939 or 16644817. OLE color: 16644817.

HSL color Cylindrical-coordinate representation of color #D1FAFD: hue angle of 184.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FAFD is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209250253-
CMYK0.170.0100.01
HSL184.09º91.67%90.59%-
HSV(B)184.09º17.39%99.22%-
XYZ78.2189.02105.99-
YUV238.08136.42107.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.35%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=29.35%
G=35.11%
B=35.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092502530.170.0100.01184.0991.6790.59
HexD1FAFD11101b85c5b
Octal32137237521101270134133
Binary110100011111101011111101100011011011100010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAFD; }

 p { color: rgb(209,250,253); }

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

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

 a { background-color: rgb(209,250,253); }

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

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

 span { border-color: rgb(209,250,253); }

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