Html Css Color HEX #70BFEE Maya Blue

📋 copy color: '#70BFEE'

red 112 ◦ green 191 ◦ blue 238

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

Shades of Maya Blue #70BFEE

Tints of Maya Blue #70BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 20.7%
G = 35.3%
B = 43.99%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70BFEE (or 0x70BFEE) is known color: Maya Blue. HEX triplet: 70, BF and EE. RGB value is (112,191,238). Sum of RGB (Red+Green+Blue) = 112+191+238=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #70BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFEE is #8F4011. Grayscale: #ACACAC. Windows color (decimal): -9388050 or 15646576. OLE color: 15646576.

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

Color convert

RGB 112 191 238 -
CMYK 0.53 0.20 0 0.07
HSL 202.38º 0.79% 0.69% -
HSV(B) 202.38º 0.53% 0.93% -
XYZ 40.75 46.88 87.79 -
YUV 172.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 112 191 238 0.53 0.20 0 0.07 202.38 0.79 0.69
Hex 70 BF EE 35 14 0 7 CA 4F 45
Octal 160 277 356 65 24 0 7 312 117 105
Binary 1110000 10111111 11101110 110101 10100 0 111 11001010 1001111 1000101

Color Harmonies of #70BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFEE

Black with #70BFEE

Text Example


Text Example

White with #70BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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