#D5FCFE

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

Shades of Light Cyan #D5FCFE

Tints of Light Cyan #D5FCFE

Color information

#D5FCFE (or 0xD5FCFE) is unknown color: approx Light Cyan. HEX triplet: D5, FC and FE. RGB value is (213,252,254). Sum of RGB (Red+Green+Blue) = 213+252+254=719 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.62% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5FCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCFE is #2A0301. Grayscale: #F0F0F0. Windows color (decimal): -2753282 or 16710869. OLE color: 16710869.

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

Color convert

RGB213252254-
CMYK0.160.0100.00
HSL182.93º95.35%91.57%-
HSV(B)182.93º16.14%99.61%-
XYZ80.1490.92107.09-
YUV240.57135.58108.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.62%
GREEN value IS 252 (98.83% from 255) = 35.05%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=29.62%
G=35.05%
B=35.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132522540.160.0100.00182.9395.3591.57
HexD5FCFE10100b75f5c
Octal32537437620100267137134
Binary110101011111110011111110100001001011011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCFE; }

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

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

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

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

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

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

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

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