Html Css Color HEX #70BBFD Maya Blue

📋 copy color: '#70BBFD'

red 112 ◦ green 187 ◦ blue 253

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

Shades of Maya Blue #70BBFD

Tints of Maya Blue #70BBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 20.29%
G = 33.88%
B = 45.83%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70BBFD (or 0x70BBFD) is known color: Maya Blue. HEX triplet: 70, BB and FD. RGB value is (112,187,253). Sum of RGB (Red+Green+Blue) = 112+187+253=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #70BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BBFD is #8F4402. Grayscale: #ABABAB. Windows color (decimal): -9389059 or 16628592. OLE color: 16628592.

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

Color convert

RGB 112 187 253 -
CMYK 0.56 0.26 0 0.01
HSL 208.09º 0.97% 0.72% -
HSV(B) 208.09º 0.56% 0.99% -
XYZ 42.18 46.08 99.6 -
YUV 172.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 112 187 253 0.56 0.26 0 0.01 208.09 0.97 0.72
Hex 70 BB FD 38 1A 0 1 D0 61 48
Octal 160 273 375 70 32 0 1 320 141 110
Binary 1110000 10111011 11111101 111000 11010 0 1 11010000 1100001 1001000

Color Harmonies of #70BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBFD

Black with #70BBFD

Text Example


Text Example

White with #70BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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