Html Css Color HEX #70BCFC Maya Blue

📋 copy color: '#70BCFC'

red 112 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #70BCFC

Tints of Maya Blue #70BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 20.29%
G = 34.06%
B = 45.65%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70BCFC (or 0x70BCFC) is known color: Maya Blue. HEX triplet: 70, BC and FC. RGB value is (112,188,252). Sum of RGB (Red+Green+Blue) = 112+188+252=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #70BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCFC is #8F4303. Grayscale: #ACACAC. Windows color (decimal): -9388804 or 16563312. OLE color: 16563312.

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

Color convert

RGB 112 188 252 -
CMYK 0.56 0.25 0 0.01
HSL 207.43º 0.96% 0.71% -
HSV(B) 207.43º 0.56% 0.99% -
XYZ 42.24 46.44 98.83 -
YUV 172.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 112 188 252 0.56 0.25 0 0.01 207.43 0.96 0.71
Hex 70 BC FC 38 19 0 1 CF 60 47
Octal 160 274 374 70 31 0 1 317 140 107
Binary 1110000 10111100 11111100 111000 11001 0 1 11001111 1100000 1000111

Color Harmonies of #70BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCFC

Black with #70BCFC

Text Example


Text Example

White with #70BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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