Html Css Color HEX #71D5FC Maya Blue

📋 copy color: '#71D5FC'

red 113 ◦ green 213 ◦ blue 252

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

Shades of Maya Blue #71D5FC

Tints of Maya Blue #71D5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 19.55%
G = 36.85%
B = 43.6%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71D5FC (or 0x71D5FC) is known color: Maya Blue. HEX triplet: 71, D5 and FC. RGB value is (113,213,252). Sum of RGB (Red+Green+Blue) = 113+213+252=578 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.55% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #71D5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D5FC is #8E2A03. Grayscale: #BBBBBB. Windows color (decimal): -9316868 or 16569713. OLE color: 16569713.

HSL color Cylindrical-coordinate representation of color #71D5FC: hue angle of 196.83º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71D5FC is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 213 252 -
CMYK 0.55 0.15 0 0.01
HSL 196.83º 0.96% 0.72% -
HSV(B) 196.83º 0.55% 0.99% -
XYZ 48.17 58.13 100.78 -
YUV 187.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 113 213 252 0.55 0.15 0 0.01 196.83 0.96 0.72
Hex 71 D5 FC 37 F 0 1 C5 60 48
Octal 161 325 374 67 17 0 1 305 140 110
Binary 1110001 11010101 11111100 110111 1111 0 1 11000101 1100000 1001000

Color Harmonies of #71D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D5FC

Black with #71D5FC

Text Example


Text Example

White with #71D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,213,252); }

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

background-color css

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

 a { background-color: rgb(113,213,252); }

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

border-color css

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

 span { border-color: rgb(113,213,252); }

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