Html Css Color HEX #70D3FA Maya Blue

📋 copy color: '#70D3FA'

red 112 ◦ green 211 ◦ blue 250

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

Shades of Maya Blue #70D3FA

Tints of Maya Blue #70D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.82%

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

R = 19.55%
G = 36.82%
B = 43.63%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70D3FA (or 0x70D3FA) is known color: Maya Blue. HEX triplet: 70, D3 and FA. RGB value is (112,211,250). Sum of RGB (Red+Green+Blue) = 112+211+250=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #70D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3FA is #8F2C05. Grayscale: #B9B9B9. Windows color (decimal): -9382918 or 16438128. OLE color: 16438128.

HSL color Cylindrical-coordinate representation of color #70D3FA: hue angle of 196.96º 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 #70D3FA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 211 250 -
CMYK 0.55 0.16 0 0.02
HSL 196.96º 0.93% 0.71% -
HSV(B) 196.96º 0.55% 0.98% -
XYZ 47.23 56.94 98.94 -
YUV 185.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 112 211 250 0.55 0.16 0 0.02 196.96 0.93 0.71
Hex 70 D3 FA 37 10 0 2 C5 5D 47
Octal 160 323 372 67 20 0 2 305 135 107
Binary 1110000 11010011 11111010 110111 10000 0 10 11000101 1011101 1000111

Color Harmonies of #70D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D3FA

Black with #70D3FA

Text Example


Text Example

White with #70D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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