Html Css Color HEX #70BBFF Maya Blue

📋 copy color: '#70BBFF'

red 112 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #70BBFF

Tints of Maya Blue #70BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.75%

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

R = 20.22%
G = 33.75%
B = 46.03%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70BBFF (or 0x70BBFF) is known color: Maya Blue. HEX triplet: 70, BB and FF. RGB value is (112,187,255). Sum of RGB (Red+Green+Blue) = 112+187+255=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #70BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BBFF is #8F4400. Grayscale: #ABABAB. Windows color (decimal): -9389057 or 16759664. OLE color: 16759664.

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

Color convert

RGB 112 187 255 -
CMYK 0.56 0.27 0 0
HSL 208.53º 1% 0.72% -
HSV(B) 208.53º 0.56% 1% -
XYZ 42.5 46.21 101.29 -
YUV 172.33 174.65 84.97 -
System Red Green Blue C M Y K H S L
Decimal 112 187 255 0.56 0.27 0 0 208.53 1 0.72
Hex 70 BB FF 38 1B 0 0 D1 64 48
Octal 160 273 377 70 33 0 0 321 144 110
Binary 1110000 10111011 11111111 111000 11011 0 0 11010001 1100100 1001000

Color Harmonies of #70BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBFF

Black with #70BBFF

Text Example


Text Example

White with #70BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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