Html Css Color HEX #70BDF9 Maya Blue

📋 copy color: '#70BDF9'

red 112 ◦ green 189 ◦ blue 249

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

Shades of Maya Blue #70BDF9

Tints of Maya Blue #70BDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 20.36%
G = 34.36%
B = 45.27%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70BDF9 (or 0x70BDF9) is known color: Maya Blue. HEX triplet: 70, BD and F9. RGB value is (112,189,249). Sum of RGB (Red+Green+Blue) = 112+189+249=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #70BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BDF9 is #8F4206. Grayscale: #ACACAC. Windows color (decimal): -9388551 or 16366960. OLE color: 16366960.

HSL color Cylindrical-coordinate representation of color #70BDF9: hue angle of 206.28º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BDF9 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 189 249 -
CMYK 0.55 0.24 0 0.02
HSL 206.28º 0.92% 0.71% -
HSV(B) 206.28º 0.55% 0.98% -
XYZ 41.98 46.68 96.42 -
YUV 172.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 112 189 249 0.55 0.24 0 0.02 206.28 0.92 0.71
Hex 70 BD F9 37 18 0 2 CE 5C 47
Octal 160 275 371 67 30 0 2 316 134 107
Binary 1110000 10111101 11111001 110111 11000 0 10 11001110 1011100 1000111

Color Harmonies of #70BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDF9

Black with #70BDF9

Text Example


Text Example

White with #70BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,249); }

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

background-color css

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

 a { background-color: rgb(112,189,249); }

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

border-color css

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

 span { border-color: rgb(112,189,249); }

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