Html Css Color HEX #71FAFA Baby Blue

📋 copy color: '#71FAFA'

red 113 ◦ green 250 ◦ blue 250

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

Shades of Baby Blue #71FAFA

Tints of Baby Blue #71FAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 18.43%
G = 40.78%
B = 40.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71FAFA (or 0x71FAFA) is known color: Baby Blue. HEX triplet: 71, FA and FA. RGB value is (113,250,250). Sum of RGB (Red+Green+Blue) = 113+250+250=613 (81% of max value = 765). Red value is 113 (44.53% from 255 or 18.43% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #71FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAFA is #8E0505. Grayscale: #D0D0D0. Windows color (decimal): -9307398 or 16448113. OLE color: 16448113.

HSL color Cylindrical-coordinate representation of color #71FAFA: hue angle of 180º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FAFA is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 250 250 -
CMYK 0.55 0 0 0.02
HSL 180º 0.93% 0.71% -
HSV(B) 180º 0.55% 0.98% -
XYZ 58.25 78.78 102.58 -
YUV 209.04 151.11 59.5 -
System Red Green Blue C M Y K H S L
Decimal 113 250 250 0.55 0 0 0.02 180 0.93 0.71
Hex 71 FA FA 37 0 0 2 B4 5D 47
Octal 161 372 372 67 0 0 2 264 135 107
Binary 1110001 11111010 11111010 110111 0 0 10 10110100 1011101 1000111

Color Harmonies of #71FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FAFA

Black with #71FAFA

Text Example


Text Example

White with #71FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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