Html Css Color HEX #70BCFF Maya Blue

📋 copy color: '#70BCFF'

red 112 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #70BCFF

Tints of Maya Blue #70BCFF

RGB

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

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

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

R = 20.18%
G = 33.87%
B = 45.95%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70BCFF (or 0x70BCFF) is known color: Maya Blue. HEX triplet: 70, BC and FF. RGB value is (112,188,255). Sum of RGB (Red+Green+Blue) = 112+188+255=555 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.18% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #70BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCFF is #8F4300. Grayscale: #ACACAC. Windows color (decimal): -9388801 or 16759920. OLE color: 16759920.

HSL color Cylindrical-coordinate representation of color #70BCFF: hue angle of 208.11º 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 #70BCFF is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 188 255 -
CMYK 0.56 0.26 0 0
HSL 208.11º 1% 0.72% -
HSV(B) 208.11º 0.56% 1% -
XYZ 42.72 46.63 101.36 -
YUV 172.91 174.32 84.55 -
System Red Green Blue C M Y K H S L
Decimal 112 188 255 0.56 0.26 0 0 208.11 1 0.72
Hex 70 BC FF 38 1A 0 0 D0 64 48
Octal 160 274 377 70 32 0 0 320 144 110
Binary 1110000 10111100 11111111 111000 11010 0 0 11010000 1100100 1001000

Color Harmonies of #70BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCFF

Black with #70BCFF

Text Example


Text Example

White with #70BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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