Html Css Color HEX #70C6FA Maya Blue

📋 copy color: '#70C6FA'

red 112 ◦ green 198 ◦ blue 250

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

Shades of Maya Blue #70C6FA

Tints of Maya Blue #70C6FA

RGB

 RED value IS 112 (44.14% from 255) = 20%

 GREEN value IS 198 (77.73% from 255) = 35.36%

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 20%
G = 35.36%
B = 44.64%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70C6FA (or 0x70C6FA) is known color: Maya Blue. HEX triplet: 70, C6 and FA. RGB value is (112,198,250). Sum of RGB (Red+Green+Blue) = 112+198+250=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #70C6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C6FA is #8F3905. Grayscale: #B1B1B1. Windows color (decimal): -9386246 or 16434800. OLE color: 16434800.

HSL color Cylindrical-coordinate representation of color #70C6FA: hue angle of 202.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C6FA is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 198 250 -
CMYK 0.55 0.21 0 0.02
HSL 202.61º 0.93% 0.71% -
HSV(B) 202.61º 0.55% 0.98% -
XYZ 44.13 50.74 97.91 -
YUV 178.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 112 198 250 0.55 0.21 0 0.02 202.61 0.93 0.71
Hex 70 C6 FA 37 15 0 2 CB 5D 47
Octal 160 306 372 67 25 0 2 313 135 107
Binary 1110000 11000110 11111010 110111 10101 0 10 11001011 1011101 1000111

Color Harmonies of #70C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C6FA

Black with #70C6FA

Text Example


Text Example

White with #70C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70C6FA; }

 p { color: rgb(112,198,250); }

 H1.HeaderClassName
 {
   color: #70C6FA;
 }
 .AnyTagClassName
 {
   color: #70C6FA;
 }
</style>

background-color css

<style>
 a { background-color: #70C6FA; }

 a { background-color: rgb(112,198,250); }

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

border-color css

<style>
 span { border-color: #70C6FA; }

 span { border-color: rgb(112,198,250); }

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