Html Css Color HEX #70B3FA Maya Blue

📋 copy color: '#70B3FA'

red 112 ◦ green 179 ◦ blue 250

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

Shades of Maya Blue #70B3FA

Tints of Maya Blue #70B3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

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

R = 20.7%
G = 33.09%
B = 46.21%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70B3FA (or 0x70B3FA) is known color: Maya Blue. HEX triplet: 70, B3 and FA. RGB value is (112,179,250). Sum of RGB (Red+Green+Blue) = 112+179+250=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #70B3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B3FA is #8F4C05. Grayscale: #A6A6A6. Windows color (decimal): -9391110 or 16429936. OLE color: 16429936.

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

Color convert

RGB 112 179 250 -
CMYK 0.55 0.28 0 0.02
HSL 210.87º 0.93% 0.71% -
HSV(B) 210.87º 0.55% 0.98% -
XYZ 40.06 42.59 96.55 -
YUV 167.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 112 179 250 0.55 0.28 0 0.02 210.87 0.93 0.71
Hex 70 B3 FA 37 1C 0 2 D3 5D 47
Octal 160 263 372 67 34 0 2 323 135 107
Binary 1110000 10110011 11111010 110111 11100 0 10 11010011 1011101 1000111

Color Harmonies of #70B3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B3FA

Black with #70B3FA

Text Example


Text Example

White with #70B3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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