Html Css Color HEX #70B9F6 Maya Blue

📋 copy color: '#70B9F6'

red 112 ◦ green 185 ◦ blue 246

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

Shades of Maya Blue #70B9F6

Tints of Maya Blue #70B9F6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.07%

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 20.63%
G = 34.07%
B = 45.3%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#70B9F6 (or 0x70B9F6) is known color: Maya Blue. HEX triplet: 70, B9 and F6. RGB value is (112,185,246). Sum of RGB (Red+Green+Blue) = 112+185+246=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #70B9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B9F6 is #8F4609. Grayscale: #A9A9A9. Windows color (decimal): -9389578 or 16169328. OLE color: 16169328.

HSL color Cylindrical-coordinate representation of color #70B9F6: hue angle of 207.31º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70B9F6 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 185 246 -
CMYK 0.54 0.25 0 0.04
HSL 207.31º 0.88% 0.7% -
HSV(B) 207.31º 0.54% 0.96% -
XYZ 40.67 44.8 93.69 -
YUV 170.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 112 185 246 0.54 0.25 0 0.04 207.31 0.88 0.7
Hex 70 B9 F6 36 19 0 4 CF 58 46
Octal 160 271 366 66 31 0 4 317 130 106
Binary 1110000 10111001 11110110 110110 11001 0 100 11001111 1011000 1000110

Color Harmonies of #70B9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B9F6

Black with #70B9F6

Text Example


Text Example

White with #70B9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,185,246); }

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

background-color css

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

 a { background-color: rgb(112,185,246); }

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

border-color css

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

 span { border-color: rgb(112,185,246); }

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