#71FDFD

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

Shades of Baby Blue #71FDFD

Tints of Baby Blue #71FDFD

Color information

#71FDFD (or 0x71FDFD) is unknown color: approx Baby Blue. HEX triplet: 71, FD and FD. RGB value is (113,253,253). Sum of RGB (Red+Green+Blue) = 113+253+253=619 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.26% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #71FDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FDFD is #8E0202. Grayscale: #D3D3D3. Windows color (decimal): -9306627 or 16645489. OLE color: 16645489.

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

Color convert

RGB113253253-
CMYK0.55000.01
HSL180º97.22%71.76%-
HSV(B)180º55.34%99.22%-
XYZ59.6680.85105.39-
YUV211.14151.6258-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.26%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=18.26%
G=40.87%
B=40.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132532530.55000.0118097.2271.76
Hex71FDFD37001b46148
Octal16137537567001264141110
Binary111000111111101111111011101110011011010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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