Html Css Color HEX #70BAF1 Maya Blue

📋 copy color: '#70BAF1'

red 112 ◦ green 186 ◦ blue 241

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

Shades of Maya Blue #70BAF1

Tints of Maya Blue #70BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 20.78%
G = 34.51%
B = 44.71%

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

#70BAF1 (or 0x70BAF1) is known color: Maya Blue. HEX triplet: 70, BA and F1. RGB value is (112,186,241). Sum of RGB (Red+Green+Blue) = 112+186+241=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #70BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAF1 is #8F450E. Grayscale: #A9A9A9. Windows color (decimal): -9389327 or 15841904. OLE color: 15841904.

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

Color convert

RGB 112 186 241 -
CMYK 0.54 0.23 0 0.05
HSL 205.58º 0.82% 0.69% -
HSV(B) 205.58º 0.54% 0.95% -
XYZ 40.12 44.91 89.77 -
YUV 170.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 112 186 241 0.54 0.23 0 0.05 205.58 0.82 0.69
Hex 70 BA F1 36 17 0 5 CE 52 45
Octal 160 272 361 66 27 0 5 316 122 105
Binary 1110000 10111010 11110001 110110 10111 0 101 11001110 1010010 1000101

Color Harmonies of #70BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAF1

Black with #70BAF1

Text Example


Text Example

White with #70BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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