Html Css Color HEX #71BDFF Maya Blue

📋 copy color: '#71BDFF'

red 113 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #71BDFF

Tints of Maya Blue #71BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 20.29%
G = 33.93%
B = 45.78%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#71BDFF (or 0x71BDFF) is known color: Maya Blue. HEX triplet: 71, BD and FF. RGB value is (113,189,255). Sum of RGB (Red+Green+Blue) = 113+189+255=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #71BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BDFF is #8E4200. Grayscale: #ADADAD. Windows color (decimal): -9323009 or 16760177. OLE color: 16760177.

HSL color Cylindrical-coordinate representation of color #71BDFF: hue angle of 207.89º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71BDFF is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 189 255 -
CMYK 0.56 0.26 0 0
HSL 207.89º 1% 0.72% -
HSV(B) 207.89º 0.56% 1% -
XYZ 43.06 47.13 101.43 -
YUV 173.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 113 189 255 0.56 0.26 0 0 207.89 1 0.72
Hex 71 BD FF 38 1A 0 0 D0 64 48
Octal 161 275 377 70 32 0 0 320 144 110
Binary 1110001 10111101 11111111 111000 11010 0 0 11010000 1100100 1001000

Color Harmonies of #71BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDFF

Black with #71BDFF

Text Example


Text Example

White with #71BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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