Html Css Color HEX #71C0FF Maya Blue

📋 copy color: '#71C0FF'

red 113 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #71C0FF

Tints of Maya Blue #71C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.29%

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

R = 20.18%
G = 34.29%
B = 45.54%

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

#71C0FF (or 0x71C0FF) is known color: Maya Blue. HEX triplet: 71, C0 and FF. RGB value is (113,192,255). Sum of RGB (Red+Green+Blue) = 113+192+255=560 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.18% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #71C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C0FF is #8E3F00. Grayscale: #AFAFAF. Windows color (decimal): -9322241 or 16760945. OLE color: 16760945.

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

Color convert

RGB 113 192 255 -
CMYK 0.56 0.25 0 0
HSL 206.62º 1% 0.72% -
HSV(B) 206.62º 0.56% 1% -
XYZ 43.71 48.43 101.65 -
YUV 175.56 172.83 83.38 -
System Red Green Blue C M Y K H S L
Decimal 113 192 255 0.56 0.25 0 0 206.62 1 0.72
Hex 71 C0 FF 38 19 0 0 CF 64 48
Octal 161 300 377 70 31 0 0 317 144 110
Binary 1110001 11000000 11111111 111000 11001 0 0 11001111 1100100 1001000

Color Harmonies of #71C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C0FF

Black with #71C0FF

Text Example


Text Example

White with #71C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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