Html Css Color HEX #71C8F1 Maya Blue

📋 copy color: '#71C8F1'

red 113 ◦ green 200 ◦ blue 241

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

Shades of Maya Blue #71C8F1

Tints of Maya Blue #71C8F1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

 BLUE value IS 241 (94.53% from 255) = 43.5%

R = 20.4%
G = 36.1%
B = 43.5%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71C8F1 (or 0x71C8F1) is known color: Maya Blue. HEX triplet: 71, C8 and F1. RGB value is (113,200,241). Sum of RGB (Red+Green+Blue) = 113+200+241=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #71C8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C8F1 is #8E370E. Grayscale: #B2B2B2. Windows color (decimal): -9320207 or 15845489. OLE color: 15845489.

HSL color Cylindrical-coordinate representation of color #71C8F1: hue angle of 199.22º 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 #71C8F1 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 200 241 -
CMYK 0.53 0.17 0 0.05
HSL 199.22º 0.82% 0.69% -
HSV(B) 199.22º 0.53% 0.95% -
XYZ 43.34 51.17 90.81 -
YUV 178.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 113 200 241 0.53 0.17 0 0.05 199.22 0.82 0.69
Hex 71 C8 F1 35 11 0 5 C7 52 45
Octal 161 310 361 65 21 0 5 307 122 105
Binary 1110001 11001000 11110001 110101 10001 0 101 11000111 1010010 1000101

Color Harmonies of #71C8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C8F1

Black with #71C8F1

Text Example


Text Example

White with #71C8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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