Html Css Color HEX #71BDF9 Maya Blue

📋 copy color: '#71BDF9'

red 113 ◦ green 189 ◦ blue 249

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

Shades of Maya Blue #71BDF9

Tints of Maya Blue #71BDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.3%

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

R = 20.51%
G = 34.3%
B = 45.19%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71BDF9 (or 0x71BDF9) is known color: Maya Blue. HEX triplet: 71, BD and F9. RGB value is (113,189,249). Sum of RGB (Red+Green+Blue) = 113+189+249=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #71BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BDF9 is #8E4206. Grayscale: #ACACAC. Windows color (decimal): -9323015 or 16366961. OLE color: 16366961.

HSL color Cylindrical-coordinate representation of color #71BDF9: hue angle of 206.47º 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 #71BDF9 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 189 249 -
CMYK 0.55 0.24 0 0.02
HSL 206.47º 0.92% 0.71% -
HSV(B) 206.47º 0.55% 0.98% -
XYZ 42.11 46.75 96.43 -
YUV 173.12 170.82 85.12 -
System Red Green Blue C M Y K H S L
Decimal 113 189 249 0.55 0.24 0 0.02 206.47 0.92 0.71
Hex 71 BD F9 37 18 0 2 CE 5C 47
Octal 161 275 371 67 30 0 2 316 134 107
Binary 1110001 10111101 11111001 110111 11000 0 10 11001110 1011100 1000111

Color Harmonies of #71BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDF9

Black with #71BDF9

Text Example


Text Example

White with #71BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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