Html Css Color HEX #70BFED Maya Blue

📋 copy color: '#70BFED'

red 112 ◦ green 191 ◦ blue 237

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

Shades of Maya Blue #70BFED

Tints of Maya Blue #70BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 20.74%
G = 35.37%
B = 43.89%

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

#70BFED (or 0x70BFED) is known color: Maya Blue. HEX triplet: 70, BF and ED. RGB value is (112,191,237). Sum of RGB (Red+Green+Blue) = 112+191+237=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #70BFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFED is #8F4012. Grayscale: #ACACAC. Windows color (decimal): -9388051 or 15581040. OLE color: 15581040.

HSL color Cylindrical-coordinate representation of color #70BFED: hue angle of 202.08º degrees, saturation: 0.78, 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 #70BFED is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 191 237 -
CMYK 0.53 0.19 0 0.07
HSL 202.08º 0.78% 0.68% -
HSV(B) 202.08º 0.53% 0.93% -
XYZ 40.6 46.82 87.02 -
YUV 172.62 164.33 84.76 -
System Red Green Blue C M Y K H S L
Decimal 112 191 237 0.53 0.19 0 0.07 202.08 0.78 0.68
Hex 70 BF ED 35 13 0 7 CA 4E 44
Octal 160 277 355 65 23 0 7 312 116 104
Binary 1110000 10111111 11101101 110101 10011 0 111 11001010 1001110 1000100

Color Harmonies of #70BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFED

Black with #70BFED

Text Example


Text Example

White with #70BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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