Html Css Color HEX #70BAF3 Maya Blue

📋 copy color: '#70BAF3'

red 112 ◦ green 186 ◦ blue 243

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

Shades of Maya Blue #70BAF3

Tints of Maya Blue #70BAF3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.38%

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 20.7%
G = 34.38%
B = 44.92%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70BAF3 (or 0x70BAF3) is known color: Maya Blue. HEX triplet: 70, BA and F3. RGB value is (112,186,243). Sum of RGB (Red+Green+Blue) = 112+186+243=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #70BAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAF3 is #8F450C. Grayscale: #AAAAAA. Windows color (decimal): -9389325 or 15972976. OLE color: 15972976.

HSL color Cylindrical-coordinate representation of color #70BAF3: hue angle of 206.11º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BAF3 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 186 243 -
CMYK 0.54 0.23 0 0.05
HSL 206.11º 0.85% 0.7% -
HSV(B) 206.11º 0.54% 0.95% -
XYZ 40.42 45.03 91.36 -
YUV 170.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 112 186 243 0.54 0.23 0 0.05 206.11 0.85 0.7
Hex 70 BA F3 36 17 0 5 CE 55 46
Octal 160 272 363 66 27 0 5 316 125 106
Binary 1110000 10111010 11110011 110110 10111 0 101 11001110 1010101 1000110

Color Harmonies of #70BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAF3

Black with #70BAF3

Text Example


Text Example

White with #70BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,243); }

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

background-color css

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

 a { background-color: rgb(112,186,243); }

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

border-color css

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

 span { border-color: rgb(112,186,243); }

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