Html Css Color HEX #70BCFB Maya Blue

📋 copy color: '#70BCFB'

red 112 ◦ green 188 ◦ blue 251

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

Shades of Maya Blue #70BCFB

Tints of Maya Blue #70BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 20.33%
G = 34.12%
B = 45.55%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70BCFB (or 0x70BCFB) is known color: Maya Blue. HEX triplet: 70, BC and FB. RGB value is (112,188,251). Sum of RGB (Red+Green+Blue) = 112+188+251=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #70BCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCFB is #8F4304. Grayscale: #ACACAC. Windows color (decimal): -9388805 or 16497776. OLE color: 16497776.

HSL color Cylindrical-coordinate representation of color #70BCFB: hue angle of 207.19º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BCFB is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 188 251 -
CMYK 0.55 0.25 0 0.02
HSL 207.19º 0.95% 0.71% -
HSV(B) 207.19º 0.55% 0.98% -
XYZ 42.08 46.38 98 -
YUV 172.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 112 188 251 0.55 0.25 0 0.02 207.19 0.95 0.71
Hex 70 BC FB 37 19 0 2 CF 5F 47
Octal 160 274 373 67 31 0 2 317 137 107
Binary 1110000 10111100 11111011 110111 11001 0 10 11001111 1011111 1000111

Color Harmonies of #70BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCFB

Black with #70BCFB

Text Example


Text Example

White with #70BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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