Html Css Color HEX #70BFEC Maya Blue

📋 copy color: '#70BFEC'

red 112 ◦ green 191 ◦ blue 236

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

Shades of Maya Blue #70BFEC

Tints of Maya Blue #70BFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 20.78%
G = 35.44%
B = 43.78%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70BFEC (or 0x70BFEC) is known color: Maya Blue. HEX triplet: 70, BF and EC. RGB value is (112,191,236). Sum of RGB (Red+Green+Blue) = 112+191+236=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #70BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFEC is #8F4013. Grayscale: #ACACAC. Windows color (decimal): -9388052 or 15515504. OLE color: 15515504.

HSL color Cylindrical-coordinate representation of color #70BFEC: hue angle of 201.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BFEC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 191 236 -
CMYK 0.53 0.19 0 0.07
HSL 201.77º 0.77% 0.68% -
HSV(B) 201.77º 0.53% 0.93% -
XYZ 40.45 46.76 86.25 -
YUV 172.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 112 191 236 0.53 0.19 0 0.07 201.77 0.77 0.68
Hex 70 BF EC 35 13 0 7 CA 4D 44
Octal 160 277 354 65 23 0 7 312 115 104
Binary 1110000 10111111 11101100 110101 10011 0 111 11001010 1001101 1000100

Color Harmonies of #70BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFEC

Black with #70BFEC

Text Example


Text Example

White with #70BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,191,236); }

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

background-color css

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

 a { background-color: rgb(112,191,236); }

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

border-color css

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

 span { border-color: rgb(112,191,236); }

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