#D7FBFE

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

Shades of Light Cyan #D7FBFE

Tints of Light Cyan #D7FBFE

Color information

#D7FBFE (or 0xD7FBFE) is unknown color: approx Light Cyan. HEX triplet: D7, FB and FE. RGB value is (215,251,254). Sum of RGB (Red+Green+Blue) = 215+251+254=720 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.86% from 720); Green value is 251 (98.44% from 255 or 34.86% 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 #D7FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FBFE is #280401. Grayscale: #F0F0F0. Windows color (decimal): -2622466 or 16710615. OLE color: 16710615.

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

Color convert

RGB215251254-
CMYK0.150.0100.00
HSL184.62º95.12%91.96%-
HSV(B)184.62º15.35%99.61%-
XYZ80.4190.6107.01-
YUV240.58135.57109.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 29.86%
GREEN value IS 251 (98.44% from 255) = 34.86%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=29.86%
G=34.86%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152512540.150.0100.00184.6295.1291.96
HexD7FBFEF100b95f5c
Octal32737337617100271137134
Binary11010111111110111111111011111001011100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FBFE; }

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

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

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

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

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

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

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

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