#D6FDFF

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

Shades of Light Cyan #D6FDFF

Tints of Light Cyan #D6FDFF

Color information

#D6FDFF (or 0xD6FDFF) is unknown color: approx Light Cyan. HEX triplet: D6, FD and FF. RGB value is (214,253,255). Sum of RGB (Red+Green+Blue) = 214+253+255=722 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.64% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FDFF is #290200. Grayscale: #F1F1F1. Windows color (decimal): -2687489 or 16776662. OLE color: 16776662.

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

Color convert

RGB214253255-
CMYK0.160.0100
HSL182.93º100%91.96%-
HSV(B)182.93º16.08%100%-
XYZ80.9191.77108.06-
YUV241.57135.58108.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 29.64%
GREEN value IS 253 (99.22% from 255) = 35.04%
BLUE value IS 255 (100% from 255) = 35.32%
R=29.64%
G=35.04%
B=35.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142532550.160.0100182.9310091.96
HexD6FDFF10100b7645c
Octal32637537720100267144134
Binary110101101111110111111111100001001011011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FDFF; }

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

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

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

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

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

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

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

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