Html Css Color HEX #70BBFE Maya Blue

📋 copy color: '#70BBFE'

red 112 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #70BBFE

Tints of Maya Blue #70BBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 20.25%
G = 33.82%
B = 45.93%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70BBFE (or 0x70BBFE) is known color: Maya Blue. HEX triplet: 70, BB and FE. RGB value is (112,187,254). Sum of RGB (Red+Green+Blue) = 112+187+254=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #70BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BBFE is #8F4401. Grayscale: #ABABAB. Windows color (decimal): -9389058 or 16694128. OLE color: 16694128.

HSL color Cylindrical-coordinate representation of color #70BBFE: hue angle of 208.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70BBFE is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 187 254 -
CMYK 0.56 0.26 0 0.00
HSL 208.31º 0.99% 0.72% -
HSV(B) 208.31º 0.56% 1% -
XYZ 42.34 46.14 100.44 -
YUV 172.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 112 187 254 0.56 0.26 0 0.00 208.31 0.99 0.72
Hex 70 BB FE 38 1A 0 0 D0 63 48
Octal 160 273 376 70 32 0 0 320 143 110
Binary 1110000 10111011 11111110 111000 11010 0 0 11010000 1100011 1001000

Color Harmonies of #70BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBFE

Black with #70BBFE

Text Example


Text Example

White with #70BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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