Html Css Color HEX #71BEFF Maya Blue

📋 copy color: '#71BEFF'

red 113 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #71BEFF

Tints of Maya Blue #71BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.05%

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

R = 20.25%
G = 34.05%
B = 45.7%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#71BEFF (or 0x71BEFF) is known color: Maya Blue. HEX triplet: 71, BE and FF. RGB value is (113,190,255). Sum of RGB (Red+Green+Blue) = 113+190+255=558 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.25% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #71BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BEFF is #8E4100. Grayscale: #AEAEAE. Windows color (decimal): -9322753 or 16760433. OLE color: 16760433.

HSL color Cylindrical-coordinate representation of color #71BEFF: hue angle of 207.46º 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 #71BEFF is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 190 255 -
CMYK 0.56 0.25 0 0
HSL 207.46º 1% 0.72% -
HSV(B) 207.46º 0.56% 1% -
XYZ 43.27 47.56 101.51 -
YUV 174.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 113 190 255 0.56 0.25 0 0 207.46 1 0.72
Hex 71 BE FF 38 19 0 0 CF 64 48
Octal 161 276 377 70 31 0 0 317 144 110
Binary 1110001 10111110 11111111 111000 11001 0 0 11001111 1100100 1001000

Color Harmonies of #71BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEFF

Black with #71BEFF

Text Example


Text Example

White with #71BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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