Html Css Color HEX #70BCF1 Maya Blue

📋 copy color: '#70BCF1'

red 112 ◦ green 188 ◦ blue 241

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

Shades of Maya Blue #70BCF1

Tints of Maya Blue #70BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.75%

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

R = 20.7%
G = 34.75%
B = 44.55%

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

#70BCF1 (or 0x70BCF1) is known color: Maya Blue. HEX triplet: 70, BC and F1. RGB value is (112,188,241). Sum of RGB (Red+Green+Blue) = 112+188+241=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #70BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCF1 is #8F430E. Grayscale: #ABABAB. Windows color (decimal): -9388815 or 15842416. OLE color: 15842416.

HSL color Cylindrical-coordinate representation of color #70BCF1: hue angle of 204.65º 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 #70BCF1 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 188 241 -
CMYK 0.54 0.22 0 0.05
HSL 204.65º 0.82% 0.69% -
HSV(B) 204.65º 0.54% 0.95% -
XYZ 40.54 45.76 89.92 -
YUV 171.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 112 188 241 0.54 0.22 0 0.05 204.65 0.82 0.69
Hex 70 BC F1 36 16 0 5 CD 52 45
Octal 160 274 361 66 26 0 5 315 122 105
Binary 1110000 10111100 11110001 110110 10110 0 101 11001101 1010010 1000101

Color Harmonies of #70BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCF1

Black with #70BCF1

Text Example


Text Example

White with #70BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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