Html Css Color HEX #71BBF1 Maya Blue

📋 copy color: '#71BBF1'

red 113 ◦ green 187 ◦ blue 241

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

Shades of Maya Blue #71BBF1

Tints of Maya Blue #71BBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

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

R = 20.89%
G = 34.57%
B = 44.55%

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

#71BBF1 (or 0x71BBF1) is known color: Maya Blue. HEX triplet: 71, BB and F1. RGB value is (113,187,241). Sum of RGB (Red+Green+Blue) = 113+187+241=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #71BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBF1 is #8E440E. Grayscale: #AAAAAA. Windows color (decimal): -9323535 or 15842161. OLE color: 15842161.

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

Color convert

RGB 113 187 241 -
CMYK 0.53 0.22 0 0.05
HSL 205.31º 0.82% 0.69% -
HSV(B) 205.31º 0.53% 0.95% -
XYZ 40.46 45.4 89.85 -
YUV 171.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 113 187 241 0.53 0.22 0 0.05 205.31 0.82 0.69
Hex 71 BB F1 35 16 0 5 CD 52 45
Octal 161 273 361 65 26 0 5 315 122 105
Binary 1110001 10111011 11110001 110101 10110 0 101 11001101 1010010 1000101

Color Harmonies of #71BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBF1

Black with #71BBF1

Text Example


Text Example

White with #71BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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