Html Css Color HEX #71FCF2 Baby Blue

📋 copy color: '#71FCF2'

red 113 ◦ green 252 ◦ blue 242

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

Shades of Baby Blue #71FCF2

Tints of Baby Blue #71FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.52%

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

R = 18.62%
G = 41.52%
B = 39.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#71FCF2 (or 0x71FCF2) is known color: Baby Blue. HEX triplet: 71, FC and F2. RGB value is (113,252,242). Sum of RGB (Red+Green+Blue) = 113+252+242=607 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.62% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FCF2 is #8E030D. Grayscale: #D1D1D1. Windows color (decimal): -9306894 or 15924337. OLE color: 15924337.

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

Color convert

RGB 113 252 242 -
CMYK 0.55 0 0.04 0.01
HSL 175.68º 0.96% 0.72% -
HSV(B) 175.68º 0.55% 0.99% -
XYZ 57.65 79.54 96.32 -
YUV 209.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 113 252 242 0.55 0 0.04 0.01 175.68 0.96 0.72
Hex 71 FC F2 37 0 4 1 B0 60 48
Octal 161 374 362 67 0 4 1 260 140 110
Binary 1110001 11111100 11110010 110111 0 100 1 10110000 1100000 1001000

Color Harmonies of #71FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCF2

Black with #71FCF2

Text Example


Text Example

White with #71FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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