#D5FDFE

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

Shades of Light Cyan #D5FDFE

Tints of Light Cyan #D5FDFE

Color information

#D5FDFE (or 0xD5FDFE) is unknown color: approx Light Cyan. HEX triplet: D5, FD and FE. RGB value is (213,253,254). Sum of RGB (Red+Green+Blue) = 213+253+254=720 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.58% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FDFE is #2A0201. Grayscale: #F1F1F1. Windows color (decimal): -2753026 or 16711125. OLE color: 16711125.

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

Color convert

RGB213253254-
CMYK0.160.0000.00
HSL181.46º95.35%91.57%-
HSV(B)181.46º16.14%99.61%-
XYZ80.4691.55107.2-
YUV241.15135.25107.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.58%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=29.58%
G=35.14%
B=35.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132532540.160.0000.00181.4695.3591.57
HexD5FDFE10000b55f5c
Octal32537537620000265137134
Binary110101011111110111111110100000001011010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDFE; }

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

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

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

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

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

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

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

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