#D6FAFD

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

Shades of Light Cyan #D6FAFD

Tints of Light Cyan #D6FAFD

Color information

#D6FAFD (or 0xD6FAFD) is unknown color: approx Light Cyan. HEX triplet: D6, FA and FD. RGB value is (214,250,253). Sum of RGB (Red+Green+Blue) = 214+250+253=717 (94% of max value = 765). Red value is 214 (83.98% from 255 or 29.85% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAFD is #290502. Grayscale: #EFEFEF. Windows color (decimal): -2688259 or 16644822. OLE color: 16644822.

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

Color convert

RGB214250253-
CMYK0.150.0100.01
HSL184.62º90.7%91.57%-
HSV(B)184.62º15.42%99.22%-
XYZ79.6589.76106.06-
YUV239.58135.57109.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 29.85%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=29.85%
G=34.87%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142502530.150.0100.01184.6290.791.57
HexD6FAFDF101b95b5c
Octal32637237517101271133134
Binary11010110111110101111110111111011011100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAFD; }

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

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

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

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

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

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

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

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