Html Css Color HEX #71C2FF Maya Blue

📋 copy color: '#71C2FF'

red 113 ◦ green 194 ◦ blue 255

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

Shades of Maya Blue #71C2FF

Tints of Maya Blue #71C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.52%

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

R = 20.11%
G = 34.52%
B = 45.37%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#71C2FF (or 0x71C2FF) is known color: Maya Blue. HEX triplet: 71, C2 and FF. RGB value is (113,194,255). Sum of RGB (Red+Green+Blue) = 113+194+255=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #71C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C2FF is #8E3D00. Grayscale: #B0B0B0. Windows color (decimal): -9321729 or 16761457. OLE color: 16761457.

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

Color convert

RGB 113 194 255 -
CMYK 0.56 0.24 0 0
HSL 205.77º 1% 0.72% -
HSV(B) 205.77º 0.56% 1% -
XYZ 44.15 49.31 101.8 -
YUV 176.74 172.16 82.54 -
System Red Green Blue C M Y K H S L
Decimal 113 194 255 0.56 0.24 0 0 205.77 1 0.72
Hex 71 C2 FF 38 18 0 0 CE 64 48
Octal 161 302 377 70 30 0 0 316 144 110
Binary 1110001 11000010 11111111 111000 11000 0 0 11001110 1100100 1001000

Color Harmonies of #71C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C2FF

Black with #71C2FF

Text Example


Text Example

White with #71C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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