Html Css Color HEX #71FAFD Baby Blue

📋 copy color: '#71FAFD'

red 113 ◦ green 250 ◦ blue 253

#71FAFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #71FAFD

Tints of Baby Blue #71FAFD

RGB

 RED value IS 113 (44.53% from 255) = 18.34%

 GREEN value IS 250 (98.05% from 255) = 40.58%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 18.34%
G = 40.58%
B = 41.07%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71FAFD (or 0x71FAFD) is known color: Baby Blue. HEX triplet: 71, FA and FD. RGB value is (113,250,253). Sum of RGB (Red+Green+Blue) = 113+250+253=616 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.34% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #71FAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAFD is #8E0502. Grayscale: #D1D1D1. Windows color (decimal): -9307395 or 16644721. OLE color: 16644721.

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

Color convert

RGB 113 250 253 -
CMYK 0.55 0.01 0 0.01
HSL 181.29º 0.97% 0.72% -
HSV(B) 181.29º 0.55% 0.99% -
XYZ 58.73 78.97 105.08 -
YUV 209.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 113 250 253 0.55 0.01 0 0.01 181.29 0.97 0.72
Hex 71 FA FD 37 1 0 1 B5 61 48
Octal 161 372 375 67 1 0 1 265 141 110
Binary 1110001 11111010 11111101 110111 1 0 1 10110101 1100001 1001000

Color Harmonies of #71FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FAFD

Black with #71FAFD

Text Example


Text Example

White with #71FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71FAFD;
 }
 .AnyTagClassName
 {
   color: #71FAFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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