#D4FAFD

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

Shades of Light Cyan #D4FAFD

Tints of Light Cyan #D4FAFD

Color information

#D4FAFD (or 0xD4FAFD) is unknown color: approx Light Cyan. HEX triplet: D4, FA and FD. RGB value is (212,250,253). Sum of RGB (Red+Green+Blue) = 212+250+253=715 (94% of max value = 765). Red value is 212 (83.20% from 255 or 29.65% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FAFD is #2B0502. Grayscale: #EEEEEE. Windows color (decimal): -2819331 or 16644820. OLE color: 16644820.

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

Color convert

RGB212250253-
CMYK0.160.0100.01
HSL184.39º91.11%91.18%-
HSV(B)184.39º16.21%99.22%-
XYZ79.0789.46106.03-
YUV238.98135.91108.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 29.65%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=29.65%
G=34.97%
B=35.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122502530.160.0100.01184.3991.1191.18
HexD4FAFD10101b85b5b
Octal32437237520101270133133
Binary110101001111101011111101100001011011100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FAFD; }

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

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

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

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

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

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

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

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