Html Css Color HEX #70BEFE Maya Blue

📋 copy color: '#70BEFE'

red 112 ◦ green 190 ◦ blue 254

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

Shades of Maya Blue #70BEFE

Tints of Maya Blue #70BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 20.14%
G = 34.17%
B = 45.68%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70BEFE (or 0x70BEFE) is known color: Maya Blue. HEX triplet: 70, BE and FE. RGB value is (112,190,254). Sum of RGB (Red+Green+Blue) = 112+190+254=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #70BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEFE is #8F4101. Grayscale: #ADADAD. Windows color (decimal): -9388290 or 16694896. OLE color: 16694896.

HSL color Cylindrical-coordinate representation of color #70BEFE: hue angle of 207.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70BEFE is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 190 254 -
CMYK 0.56 0.25 0 0.00
HSL 207.04º 0.99% 0.72% -
HSV(B) 207.04º 0.56% 1% -
XYZ 42.98 47.43 100.65 -
YUV 173.97 173.16 83.8 -
System Red Green Blue C M Y K H S L
Decimal 112 190 254 0.56 0.25 0 0.00 207.04 0.99 0.72
Hex 70 BE FE 38 19 0 0 CF 63 48
Octal 160 276 376 70 31 0 0 317 143 110
Binary 1110000 10111110 11111110 111000 11001 0 0 11001111 1100011 1001000

Color Harmonies of #70BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BEFE

Black with #70BEFE

Text Example


Text Example

White with #70BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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