Html Css Color HEX #71BAF3 Maya Blue

📋 copy color: '#71BAF3'

red 113 ◦ green 186 ◦ blue 243

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

Shades of Maya Blue #71BAF3

Tints of Maya Blue #71BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.83%

R = 20.85%
G = 34.32%
B = 44.83%

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

#71BAF3 (or 0x71BAF3) is known color: Maya Blue. HEX triplet: 71, BA and F3. RGB value is (113,186,243). Sum of RGB (Red+Green+Blue) = 113+186+243=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #71BAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BAF3 is #8E450C. Grayscale: #AAAAAA. Windows color (decimal): -9323789 or 15972977. OLE color: 15972977.

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

Color convert

RGB 113 186 243 -
CMYK 0.53 0.23 0 0.05
HSL 206.31º 0.84% 0.7% -
HSV(B) 206.31º 0.53% 0.95% -
XYZ 40.55 45.1 91.36 -
YUV 170.67 168.82 86.87 -
System Red Green Blue C M Y K H S L
Decimal 113 186 243 0.53 0.23 0 0.05 206.31 0.84 0.7
Hex 71 BA F3 35 17 0 5 CE 54 46
Octal 161 272 363 65 27 0 5 316 124 106
Binary 1110001 10111010 11110011 110101 10111 0 101 11001110 1010100 1000110

Color Harmonies of #71BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BAF3

Black with #71BAF3

Text Example


Text Example

White with #71BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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