Html Css Color HEX #70BEEF Maya Blue

📋 copy color: '#70BEEF'

red 112 ◦ green 190 ◦ blue 239

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

Shades of Maya Blue #70BEEF

Tints of Maya Blue #70BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.12%

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 20.7%
G = 35.12%
B = 44.18%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70BEEF (or 0x70BEEF) is known color: Maya Blue. HEX triplet: 70, BE and EF. RGB value is (112,190,239). Sum of RGB (Red+Green+Blue) = 112+190+239=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #70BEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEEF is #8F4110. Grayscale: #ABABAB. Windows color (decimal): -9388305 or 15711856. OLE color: 15711856.

HSL color Cylindrical-coordinate representation of color #70BEEF: hue angle of 203.15º degrees, saturation: 0.8, 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 #70BEEF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 190 239 -
CMYK 0.53 0.21 0 0.06
HSL 203.15º 0.8% 0.69% -
HSV(B) 203.15º 0.53% 0.94% -
XYZ 40.68 46.5 88.49 -
YUV 172.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 112 190 239 0.53 0.21 0 0.06 203.15 0.8 0.69
Hex 70 BE EF 35 15 0 6 CB 50 45
Octal 160 276 357 65 25 0 6 313 120 105
Binary 1110000 10111110 11101111 110101 10101 0 110 11001011 1010000 1000101

Color Harmonies of #70BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BEEF

Black with #70BEEF

Text Example


Text Example

White with #70BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,190,239); }

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

background-color css

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

 a { background-color: rgb(112,190,239); }

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

border-color css

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

 span { border-color: rgb(112,190,239); }

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