Html Css Color HEX #70BDF1 Maya Blue

📋 copy color: '#70BDF1'

red 112 ◦ green 189 ◦ blue 241

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

Shades of Maya Blue #70BDF1

Tints of Maya Blue #70BDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 20.66%
G = 34.87%
B = 44.46%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70BDF1 (or 0x70BDF1) is known color: Maya Blue. HEX triplet: 70, BD and F1. RGB value is (112,189,241). Sum of RGB (Red+Green+Blue) = 112+189+241=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #70BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BDF1 is #8F420E. Grayscale: #ABABAB. Windows color (decimal): -9388559 or 15842672. OLE color: 15842672.

HSL color Cylindrical-coordinate representation of color #70BDF1: hue angle of 204.19º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BDF1 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 189 241 -
CMYK 0.54 0.22 0 0.05
HSL 204.19º 0.82% 0.69% -
HSV(B) 204.19º 0.54% 0.95% -
XYZ 40.76 46.19 89.99 -
YUV 171.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 112 189 241 0.54 0.22 0 0.05 204.19 0.82 0.69
Hex 70 BD F1 36 16 0 5 CC 52 45
Octal 160 275 361 66 26 0 5 314 122 105
Binary 1110000 10111101 11110001 110110 10110 0 101 11001100 1010010 1000101

Color Harmonies of #70BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDF1

Black with #70BDF1

Text Example


Text Example

White with #70BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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