Html Css Color HEX #71FAF2 Baby Blue

📋 copy color: '#71FAF2'

red 113 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #71FAF2

Tints of Baby Blue #71FAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 18.68%
G = 41.32%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#71FAF2 (or 0x71FAF2) is known color: Baby Blue. HEX triplet: 71, FA and F2. RGB value is (113,250,242). Sum of RGB (Red+Green+Blue) = 113+250+242=605 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.68% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAF2 is #8E050D. Grayscale: #D0D0D0. Windows color (decimal): -9307406 or 15923825. OLE color: 15923825.

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

Color convert

RGB 113 250 242 -
CMYK 0.55 0 0.03 0.02
HSL 176.5º 0.93% 0.71% -
HSV(B) 176.5º 0.55% 0.98% -
XYZ 57.02 78.29 96.11 -
YUV 208.13 147.11 60.15 -
System Red Green Blue C M Y K H S L
Decimal 113 250 242 0.55 0 0.03 0.02 176.5 0.93 0.71
Hex 71 FA F2 37 0 3 2 B0 5D 47
Octal 161 372 362 67 0 3 2 260 135 107
Binary 1110001 11111010 11110010 110111 0 11 10 10110000 1011101 1000111

Color Harmonies of #71FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FAF2

Black with #71FAF2

Text Example


Text Example

White with #71FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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