Html Css Color HEX #71F4F2 Baby Blue

📋 copy color: '#71F4F2'

red 113 ◦ green 244 ◦ blue 242

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

Shades of Baby Blue #71F4F2

Tints of Baby Blue #71F4F2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.73%

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

R = 18.86%
G = 40.73%
B = 40.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#71F4F2 (or 0x71F4F2) is known color: Baby Blue. HEX triplet: 71, F4 and F2. RGB value is (113,244,242). Sum of RGB (Red+Green+Blue) = 113+244+242=599 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.86% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #71F4F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F4F2 is #8E0B0D. Grayscale: #CCCCCC. Windows color (decimal): -9308942 or 15922289. OLE color: 15922289.

HSL color Cylindrical-coordinate representation of color #71F4F2: hue angle of 179.08º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F4F2 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 244 242 -
CMYK 0.54 0 0.01 0.04
HSL 179.08º 0.86% 0.7% -
HSV(B) 179.08º 0.54% 0.96% -
XYZ 55.19 74.62 95.5 -
YUV 204.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 113 244 242 0.54 0 0.01 0.04 179.08 0.86 0.7
Hex 71 F4 F2 36 0 1 4 B3 56 46
Octal 161 364 362 66 0 1 4 263 126 106
Binary 1110001 11110100 11110010 110110 0 1 100 10110011 1010110 1000110

Color Harmonies of #71F4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F4F2

Black with #71F4F2

Text Example


Text Example

White with #71F4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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