Html Css Color HEX #71B8F9 Maya Blue

📋 copy color: '#71B8F9'

red 113 ◦ green 184 ◦ blue 249

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

Shades of Maya Blue #71B8F9

Tints of Maya Blue #71B8F9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.7%

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 20.7%
G = 33.7%
B = 45.6%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71B8F9 (or 0x71B8F9) is known color: Maya Blue. HEX triplet: 71, B8 and F9. RGB value is (113,184,249). Sum of RGB (Red+Green+Blue) = 113+184+249=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #71B8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B8F9 is #8E4706. Grayscale: #A9A9A9. Windows color (decimal): -9324295 or 16365681. OLE color: 16365681.

HSL color Cylindrical-coordinate representation of color #71B8F9: hue angle of 208.68º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71B8F9 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 184 249 -
CMYK 0.55 0.26 0 0.02
HSL 208.68º 0.92% 0.71% -
HSV(B) 208.68º 0.55% 0.98% -
XYZ 41.05 44.63 96.07 -
YUV 170.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 113 184 249 0.55 0.26 0 0.02 208.68 0.92 0.71
Hex 71 B8 F9 37 1A 0 2 D1 5C 47
Octal 161 270 371 67 32 0 2 321 134 107
Binary 1110001 10111000 11111001 110111 11010 0 10 11010001 1011100 1000111

Color Harmonies of #71B8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B8F9

Black with #71B8F9

Text Example


Text Example

White with #71B8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,184,249); }

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

background-color css

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

 a { background-color: rgb(113,184,249); }

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

border-color css

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

 span { border-color: rgb(113,184,249); }

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