Html Css Color HEX #71BDF2 Maya Blue

📋 copy color: '#71BDF2'

red 113 ◦ green 189 ◦ blue 242

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

Shades of Maya Blue #71BDF2

Tints of Maya Blue #71BDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.49%

R = 20.77%
G = 34.74%
B = 44.49%

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

#71BDF2 (or 0x71BDF2) is known color: Maya Blue. HEX triplet: 71, BD and F2. RGB value is (113,189,242). Sum of RGB (Red+Green+Blue) = 113+189+242=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #71BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BDF2 is #8E420D. Grayscale: #ACACAC. Windows color (decimal): -9323022 or 15908209. OLE color: 15908209.

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

Color convert

RGB 113 189 242 -
CMYK 0.53 0.22 0 0.05
HSL 204.65º 0.83% 0.7% -
HSV(B) 204.65º 0.53% 0.95% -
XYZ 41.03 46.32 90.78 -
YUV 172.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 113 189 242 0.53 0.22 0 0.05 204.65 0.83 0.7
Hex 71 BD F2 35 16 0 5 CD 53 46
Octal 161 275 362 65 26 0 5 315 123 106
Binary 1110001 10111101 11110010 110101 10110 0 101 11001101 1010011 1000110

Color Harmonies of #71BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDF2

Black with #71BDF2

Text Example


Text Example

White with #71BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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