Html Css Color HEX #71CEF0 Maya Blue

📋 copy color: '#71CEF0'

red 113 ◦ green 206 ◦ blue 240

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

Shades of Maya Blue #71CEF0

Tints of Maya Blue #71CEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.85%

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 20.21%
G = 36.85%
B = 42.93%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#71CEF0 (or 0x71CEF0) is known color: Maya Blue. HEX triplet: 71, CE and F0. RGB value is (113,206,240). Sum of RGB (Red+Green+Blue) = 113+206+240=559 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.21% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #71CEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CEF0 is #8E310F. Grayscale: #B5B5B5. Windows color (decimal): -9318672 or 15781489. OLE color: 15781489.

HSL color Cylindrical-coordinate representation of color #71CEF0: hue angle of 196.06º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71CEF0 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 206 240 -
CMYK 0.53 0.14 0 0.06
HSL 196.06º 0.81% 0.69% -
HSV(B) 196.06º 0.53% 0.94% -
XYZ 44.61 53.94 90.5 -
YUV 182.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 113 206 240 0.53 0.14 0 0.06 196.06 0.81 0.69
Hex 71 CE F0 35 E 0 6 C4 51 45
Octal 161 316 360 65 16 0 6 304 121 105
Binary 1110001 11001110 11110000 110101 1110 0 110 11000100 1010001 1000101

Color Harmonies of #71CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEF0

Black with #71CEF0

Text Example


Text Example

White with #71CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,240); }

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

background-color css

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

 a { background-color: rgb(113,206,240); }

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

border-color css

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

 span { border-color: rgb(113,206,240); }

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