Html Css Color HEX #71BDF1 Maya Blue

📋 copy color: '#71BDF1'

red 113 ◦ green 189 ◦ blue 241

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

Shades of Maya Blue #71BDF1

Tints of Maya Blue #71BDF1

RGB

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

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

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

R = 20.81%
G = 34.81%
B = 44.38%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71BDF1 (or 0x71BDF1) is known color: Maya Blue. HEX triplet: 71, BD and F1. RGB value is (113,189,241). Sum of RGB (Red+Green+Blue) = 113+189+241=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #71BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BDF1 is #8E420E. Grayscale: #ABABAB. Windows color (decimal): -9323023 or 15842673. OLE color: 15842673.

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

Color convert

RGB 113 189 241 -
CMYK 0.53 0.22 0 0.05
HSL 204.38º 0.82% 0.69% -
HSV(B) 204.38º 0.53% 0.95% -
XYZ 40.88 46.26 89.99 -
YUV 172.2 166.82 85.77 -
System Red Green Blue C M Y K H S L
Decimal 113 189 241 0.53 0.22 0 0.05 204.38 0.82 0.69
Hex 71 BD F1 35 16 0 5 CC 52 45
Octal 161 275 361 65 26 0 5 314 122 105
Binary 1110001 10111101 11110001 110101 10110 0 101 11001100 1010010 1000101

Color Harmonies of #71BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDF1

Black with #71BDF1

Text Example


Text Example

White with #71BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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