#D5FDFF

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

Shades of Light Cyan #D5FDFF

Tints of Light Cyan #D5FDFF

Color information

#D5FDFF (or 0xD5FDFF) is unknown color: approx Light Cyan. HEX triplet: D5, FD and FF. RGB value is (213,253,255). Sum of RGB (Red+Green+Blue) = 213+253+255=721 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.54% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FDFF is #2A0200. Grayscale: #F1F1F1. Windows color (decimal): -2753025 or 16776661. OLE color: 16776661.

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

Color convert

RGB213253255-
CMYK0.160.0100
HSL182.86º100%91.76%-
HSV(B)182.86º16.47%100%-
XYZ80.6291.62108.04-
YUV241.27135.75107.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.54%
GREEN value IS 253 (99.22% from 255) = 35.09%
BLUE value IS 255 (100% from 255) = 35.37%
R=29.54%
G=35.09%
B=35.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132532550.160.0100182.8610091.76
HexD5FDFF10100b7645c
Octal32537537720100267144134
Binary110101011111110111111111100001001011011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDFF; }

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

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

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

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

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

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

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

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