#71F8FD

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

Shades of Baby Blue #71F8FD

Tints of Baby Blue #71F8FD

Color information

#71F8FD (or 0x71F8FD) is unknown color: approx Baby Blue. HEX triplet: 71, F8 and FD. RGB value is (113,248,253). Sum of RGB (Red+Green+Blue) = 113+248+253=614 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.40% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #71F8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F8FD is #8E0702. Grayscale: #D0D0D0. Windows color (decimal): -9307907 or 16644209. OLE color: 16644209.

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

Color convert

RGB113248253-
CMYK0.550.0200.01
HSL182.14º97.22%71.76%-
HSV(B)182.14º55.34%99.22%-
XYZ58.1177.74104.87-
YUV208.2153.2760.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.40%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=18.40%
G=40.39%
B=41.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132482530.550.0200.01182.1497.2271.76
Hex71F8FD37201b66148
Octal16137037567201266141110
Binary1110001111110001111110111011110011011011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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