Html Css Color HEX #70B9F0 Maya Blue

📋 copy color: '#70B9F0'

red 112 ◦ green 185 ◦ blue 240

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

Shades of Maya Blue #70B9F0

Tints of Maya Blue #70B9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.69%

R = 20.86%
G = 34.45%
B = 44.69%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70B9F0 (or 0x70B9F0) is known color: Maya Blue. HEX triplet: 70, B9 and F0. RGB value is (112,185,240). Sum of RGB (Red+Green+Blue) = 112+185+240=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #70B9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B9F0 is #8F460F. Grayscale: #A9A9A9. Windows color (decimal): -9389584 or 15776112. OLE color: 15776112.

HSL color Cylindrical-coordinate representation of color #70B9F0: hue angle of 205.78º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70B9F0 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 185 240 -
CMYK 0.53 0.23 0 0.06
HSL 205.78º 0.81% 0.69% -
HSV(B) 205.78º 0.53% 0.94% -
XYZ 39.76 44.43 88.92 -
YUV 169.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 112 185 240 0.53 0.23 0 0.06 205.78 0.81 0.69
Hex 70 B9 F0 35 17 0 6 CE 51 45
Octal 160 271 360 65 27 0 6 316 121 105
Binary 1110000 10111001 11110000 110101 10111 0 110 11001110 1010001 1000101

Color Harmonies of #70B9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B9F0

Black with #70B9F0

Text Example


Text Example

White with #70B9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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