#D5FFF7

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

Shades of Light Cyan #D5FFF7

Tints of Light Cyan #D5FFF7

Color information

#D5FFF7 (or 0xD5FFF7) is unknown color: approx Light Cyan. HEX triplet: D5, FF and F7. RGB value is (213,255,247). Sum of RGB (Red+Green+Blue) = 213+255+247=715 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.79% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FFF7 is #2A0008. Grayscale: #F1F1F1. Windows color (decimal): -2752521 or 16252885. OLE color: 16252885.

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

Color convert

RGB213255247-
CMYK0.1600.030
HSL168.57º100%91.76%-
HSV(B)168.57º16.47%100%-
XYZ79.9992.38101.61-
YUV241.53131.09107.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.79%
GREEN value IS 255 (100% from 255) = 35.66%
BLUE value IS 247 (96.88% from 255) = 34.55%
R=29.79%
G=35.66%
B=34.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552470.1600.030168.5710091.76
HexD5FFF710030a9645c
Octal32537736720030251144134
Binary1101010111111111111101111000001101010100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFF7; }

 p { color: rgb(213,255,247); }

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

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

 a { background-color: rgb(213,255,247); }

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

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

 span { border-color: rgb(213,255,247); }

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