Html Css Color HEX #70BCF7 Maya Blue

📋 copy color: '#70BCF7'

red 112 ◦ green 188 ◦ blue 247

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

Shades of Maya Blue #70BCF7

Tints of Maya Blue #70BCF7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.37%

 BLUE value IS 247 (96.88% from 255) = 45.16%

R = 20.48%
G = 34.37%
B = 45.16%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70BCF7 (or 0x70BCF7) is known color: Maya Blue. HEX triplet: 70, BC and F7. RGB value is (112,188,247). Sum of RGB (Red+Green+Blue) = 112+188+247=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #70BCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCF7 is #8F4308. Grayscale: #ABABAB. Windows color (decimal): -9388809 or 16235632. OLE color: 16235632.

HSL color Cylindrical-coordinate representation of color #70BCF7: hue angle of 206.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BCF7 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 188 247 -
CMYK 0.55 0.24 0 0.03
HSL 206.22º 0.89% 0.7% -
HSV(B) 206.22º 0.55% 0.97% -
XYZ 41.45 46.13 94.71 -
YUV 172 170.32 85.2 -
System Red Green Blue C M Y K H S L
Decimal 112 188 247 0.55 0.24 0 0.03 206.22 0.89 0.7
Hex 70 BC F7 37 18 0 3 CE 59 46
Octal 160 274 367 67 30 0 3 316 131 106
Binary 1110000 10111100 11110111 110111 11000 0 11 11001110 1011001 1000110

Color Harmonies of #70BCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCF7

Black with #70BCF7

Text Example


Text Example

White with #70BCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,247); }

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

background-color css

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

 a { background-color: rgb(112,188,247); }

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

border-color css

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

 span { border-color: rgb(112,188,247); }

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