Html Css Color HEX #70C2EB Maya Blue

📋 copy color: '#70C2EB'

red 112 ◦ green 194 ◦ blue 235

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

Shades of Maya Blue #70C2EB

Tints of Maya Blue #70C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.86%

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 20.7%
G = 35.86%
B = 43.44%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70C2EB (or 0x70C2EB) is known color: Maya Blue. HEX triplet: 70, C2 and EB. RGB value is (112,194,235). Sum of RGB (Red+Green+Blue) = 112+194+235=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #70C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C2EB is #8F3D14. Grayscale: #ADADAD. Windows color (decimal): -9387285 or 15450736. OLE color: 15450736.

HSL color Cylindrical-coordinate representation of color #70C2EB: hue angle of 200º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C2EB is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 194 235 -
CMYK 0.52 0.17 0 0.08
HSL 200º 0.75% 0.68% -
HSV(B) 200º 0.52% 0.92% -
XYZ 40.97 48.03 85.71 -
YUV 174.16 162.33 83.67 -
System Red Green Blue C M Y K H S L
Decimal 112 194 235 0.52 0.17 0 0.08 200 0.75 0.68
Hex 70 C2 EB 34 11 0 8 C8 4B 44
Octal 160 302 353 64 21 0 10 310 113 104
Binary 1110000 11000010 11101011 110100 10001 0 1000 11001000 1001011 1000100

Color Harmonies of #70C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C2EB

Black with #70C2EB

Text Example


Text Example

White with #70C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,194,235); }

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

background-color css

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

 a { background-color: rgb(112,194,235); }

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

border-color css

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

 span { border-color: rgb(112,194,235); }

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