Html Css Color HEX #71BAF1 Maya Blue

📋 copy color: '#71BAF1'

red 113 ◦ green 186 ◦ blue 241

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

Shades of Maya Blue #71BAF1

Tints of Maya Blue #71BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

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

R = 20.93%
G = 34.44%
B = 44.63%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71BAF1 (or 0x71BAF1) is known color: Maya Blue. HEX triplet: 71, BA and F1. RGB value is (113,186,241). Sum of RGB (Red+Green+Blue) = 113+186+241=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #71BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BAF1 is #8E450E. Grayscale: #AAAAAA. Windows color (decimal): -9323791 or 15841905. OLE color: 15841905.

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

Color convert

RGB 113 186 241 -
CMYK 0.53 0.23 0 0.05
HSL 205.78º 0.82% 0.69% -
HSV(B) 205.78º 0.53% 0.95% -
XYZ 40.25 44.98 89.78 -
YUV 170.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 113 186 241 0.53 0.23 0 0.05 205.78 0.82 0.69
Hex 71 BA F1 35 17 0 5 CE 52 45
Octal 161 272 361 65 27 0 5 316 122 105
Binary 1110001 10111010 11110001 110101 10111 0 101 11001110 1010010 1000101

Color Harmonies of #71BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BAF1

Black with #71BAF1

Text Example


Text Example

White with #71BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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