Html Css Color HEX #70BFEF Maya Blue

📋 copy color: '#70BFEF'

red 112 ◦ green 191 ◦ blue 239

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

Shades of Maya Blue #70BFEF

Tints of Maya Blue #70BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 20.66%
G = 35.24%
B = 44.1%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70BFEF (or 0x70BFEF) is known color: Maya Blue. HEX triplet: 70, BF and EF. RGB value is (112,191,239). Sum of RGB (Red+Green+Blue) = 112+191+239=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #70BFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFEF is #8F4010. Grayscale: #ACACAC. Windows color (decimal): -9388049 or 15712112. OLE color: 15712112.

HSL color Cylindrical-coordinate representation of color #70BFEF: hue angle of 202.68º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BFEF is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 191 239 -
CMYK 0.53 0.20 0 0.06
HSL 202.68º 0.8% 0.69% -
HSV(B) 202.68º 0.53% 0.94% -
XYZ 40.89 46.94 88.57 -
YUV 172.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 112 191 239 0.53 0.20 0 0.06 202.68 0.8 0.69
Hex 70 BF EF 35 14 0 6 CB 50 45
Octal 160 277 357 65 24 0 6 313 120 105
Binary 1110000 10111111 11101111 110101 10100 0 110 11001011 1010000 1000101

Color Harmonies of #70BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFEF

Black with #70BFEF

Text Example


Text Example

White with #70BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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