Html Css Color HEX #70BAF9 Maya Blue

📋 copy color: '#70BAF9'

red 112 ◦ green 186 ◦ blue 249

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

Shades of Maya Blue #70BAF9

Tints of Maya Blue #70BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 20.48%
G = 34%
B = 45.52%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70BAF9 (or 0x70BAF9) is known color: Maya Blue. HEX triplet: 70, BA and F9. RGB value is (112,186,249). Sum of RGB (Red+Green+Blue) = 112+186+249=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #70BAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAF9 is #8F4506. Grayscale: #AAAAAA. Windows color (decimal): -9389319 or 16366192. OLE color: 16366192.

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

Color convert

RGB 112 186 249 -
CMYK 0.55 0.25 0 0.02
HSL 207.59º 0.92% 0.71% -
HSV(B) 207.59º 0.55% 0.98% -
XYZ 41.34 45.4 96.21 -
YUV 171.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 112 186 249 0.55 0.25 0 0.02 207.59 0.92 0.71
Hex 70 BA F9 37 19 0 2 D0 5C 47
Octal 160 272 371 67 31 0 2 320 134 107
Binary 1110000 10111010 11111001 110111 11001 0 10 11010000 1011100 1000111

Color Harmonies of #70BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAF9

Black with #70BAF9

Text Example


Text Example

White with #70BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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