Html Css Color HEX #70BEFF Maya Blue

📋 copy color: '#70BEFF'

red 112 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #70BEFF

Tints of Maya Blue #70BEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 20.11%
G = 34.11%
B = 45.78%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70BEFF (or 0x70BEFF) is known color: Maya Blue. HEX triplet: 70, BE and FF. RGB value is (112,190,255). Sum of RGB (Red+Green+Blue) = 112+190+255=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #70BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEFF is #8F4100. Grayscale: #ADADAD. Windows color (decimal): -9388289 or 16760432. OLE color: 16760432.

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

Color convert

RGB 112 190 255 -
CMYK 0.56 0.25 0 0
HSL 207.27º 1% 0.72% -
HSV(B) 207.27º 0.56% 1% -
XYZ 43.15 47.49 101.5 -
YUV 174.09 173.66 83.71 -
System Red Green Blue C M Y K H S L
Decimal 112 190 255 0.56 0.25 0 0 207.27 1 0.72
Hex 70 BE FF 38 19 0 0 CF 64 48
Octal 160 276 377 70 31 0 0 317 144 110
Binary 1110000 10111110 11111111 111000 11001 0 0 11001111 1100100 1001000

Color Harmonies of #70BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BEFF

Black with #70BEFF

Text Example


Text Example

White with #70BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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