#71F9FD

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

Shades of Baby Blue #71F9FD

Tints of Baby Blue #71F9FD

Color information

#71F9FD (or 0x71F9FD) is unknown color: approx Baby Blue. HEX triplet: 71, F9 and FD. RGB value is (113,249,253). Sum of RGB (Red+Green+Blue) = 113+249+253=615 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.37% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #71F9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F9FD is #8E0602. Grayscale: #D0D0D0. Windows color (decimal): -9307651 or 16644465. OLE color: 16644465.

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

Color convert

RGB113249253-
CMYK0.550.0200.01
HSL181.71º97.22%71.76%-
HSV(B)181.71º55.34%99.22%-
XYZ58.4278.35104.97-
YUV208.79152.9459.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.37%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=18.37%
G=40.49%
B=41.14%

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
Decimal1132492530.550.0200.01181.7197.2271.76
Hex71F9FD37201b66148
Octal16137137567201266141110
Binary1110001111110011111110111011110011011011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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