#71FDE7

Color #71FDE7 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #71FDE7

Tints of Baby Blue #71FDE7

Color information

#71FDE7 (or 0x71FDE7) is unknown color: approx Baby Blue. HEX triplet: 71, FD and E7. RGB value is (113,253,231). Sum of RGB (Red+Green+Blue) = 113+253+231=597 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.93% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FDE7 is #8E0218. Grayscale: #D0D0D0. Windows color (decimal): -9306649 or 15203697. OLE color: 15203697.

HSL color Cylindrical-coordinate representation of color #71FDE7: hue angle of 170.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FDE7 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB113253231-
CMYK0.5500.090.01
HSL170.57º97.22%71.76%-
HSV(B)170.57º55.34%99.22%-
XYZ56.3679.5387.98-
YUV208.63140.6259.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.93%
GREEN value IS 253 (99.22% from 255) = 42.38%
BLUE value IS 231 (90.62% from 255) = 38.69%
R=18.93%
G=42.38%
B=38.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132532310.5500.090.01170.5797.2271.76
Hex71FDE737091ab6148
Octal161375347670111253141110
Binary111000111111101111001111101110100111010101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71FDE7; }

 p { color: rgb(113,253,231); }

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

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

 a { background-color: rgb(113,253,231); }

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

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

 span { border-color: rgb(113,253,231); }

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