#D7FEFF

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

Shades of Light Cyan #D7FEFF

Tints of Light Cyan #D7FEFF

Color information

#D7FEFF (or 0xD7FEFF) is unknown color: approx Light Cyan. HEX triplet: D7, FE and FF. RGB value is (215,254,255). Sum of RGB (Red+Green+Blue) = 215+254+255=724 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.70% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEFF is #280100. Grayscale: #F2F2F2. Windows color (decimal): -2621697 or 16776919. OLE color: 16776919.

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

Color convert

RGB215254255-
CMYK0.160.0000
HSL181.5º100%92.16%-
HSV(B)181.5º15.69%100%-
XYZ81.5292.55108.18-
YUV242.45135.08108.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 29.70%
GREEN value IS 254 (99.61% from 255) = 35.08%
BLUE value IS 255 (100% from 255) = 35.22%
R=29.70%
G=35.08%
B=35.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152542550.160.0000181.510092.16
HexD7FEFF10000b6645c
Octal32737637720000266144134
Binary110101111111111011111111100000001011011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEFF; }

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

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

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

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

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

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

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

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