#D7FDFF

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

Shades of Light Cyan #D7FDFF

Tints of Light Cyan #D7FDFF

Color information

#D7FDFF (or 0xD7FDFF) is unknown color: approx Light Cyan. HEX triplet: D7, FD and FF. RGB value is (215,253,255). Sum of RGB (Red+Green+Blue) = 215+253+255=723 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.74% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FDFF is #280200. Grayscale: #F1F1F1. Windows color (decimal): -2621953 or 16776663. OLE color: 16776663.

HSL color Cylindrical-coordinate representation of color #D7FDFF: hue angle of 183º 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 #D7FDFF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215253255-
CMYK0.160.0100
HSL183º100%92.16%-
HSV(B)183º15.69%100%-
XYZ81.291.92108.07-
YUV241.87135.41108.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 29.74%
GREEN value IS 253 (99.22% from 255) = 34.99%
BLUE value IS 255 (100% from 255) = 35.27%
R=29.74%
G=34.99%
B=35.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152532550.160.010018310092.16
HexD7FDFF10100b7645c
Octal32737537720100267144134
Binary110101111111110111111111100001001011011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDFF; }

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

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

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

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

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

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

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

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