Html Css Color HEX #71F1ED Baby Blue

📋 copy color: '#71F1ED'

red 113 ◦ green 241 ◦ blue 237

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

Shades of Baby Blue #71F1ED

Tints of Baby Blue #71F1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.78%

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 19.12%
G = 40.78%
B = 40.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#71F1ED (or 0x71F1ED) is known color: Baby Blue. HEX triplet: 71, F1 and ED. RGB value is (113,241,237). Sum of RGB (Red+Green+Blue) = 113+241+237=591 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.12% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F1ED is #8E0E12. Grayscale: #CACACA. Windows color (decimal): -9309715 or 15593841. OLE color: 15593841.

HSL color Cylindrical-coordinate representation of color #71F1ED: hue angle of 178.12º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F1ED is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 241 237 -
CMYK 0.53 0 0.02 0.05
HSL 178.13º 0.82% 0.69% -
HSV(B) 178.13º 0.53% 0.95% -
XYZ 53.55 72.54 91.3 -
YUV 202.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 113 241 237 0.53 0 0.02 0.05 178.13 0.82 0.69
Hex 71 F1 ED 35 0 2 5 B2 52 45
Octal 161 361 355 65 0 2 5 262 122 105
Binary 1110001 11110001 11101101 110101 0 10 101 10110010 1010010 1000101

Color Harmonies of #71F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F1ED

Black with #71F1ED

Text Example


Text Example

White with #71F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,241,237); }

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

background-color css

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

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

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

border-color css

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

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

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