Html Css Color HEX #70C8EB Maya Blue

📋 copy color: '#70C8EB'

red 112 ◦ green 200 ◦ blue 235

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

Shades of Maya Blue #70C8EB

Tints of Maya Blue #70C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.56%

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

R = 20.48%
G = 36.56%
B = 42.96%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70C8EB (or 0x70C8EB) is known color: Maya Blue. HEX triplet: 70, C8 and EB. RGB value is (112,200,235). Sum of RGB (Red+Green+Blue) = 112+200+235=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #70C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8EB is #8F3714. Grayscale: #B1B1B1. Windows color (decimal): -9385749 or 15452272. OLE color: 15452272.

HSL color Cylindrical-coordinate representation of color #70C8EB: hue angle of 197.07º 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 #70C8EB is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 200 235 -
CMYK 0.52 0.15 0 0.08
HSL 197.07º 0.75% 0.68% -
HSV(B) 197.07º 0.52% 0.92% -
XYZ 42.33 50.75 86.16 -
YUV 177.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 112 200 235 0.52 0.15 0 0.08 197.07 0.75 0.68
Hex 70 C8 EB 34 F 0 8 C5 4B 44
Octal 160 310 353 64 17 0 10 305 113 104
Binary 1110000 11001000 11101011 110100 1111 0 1000 11000101 1001011 1000100

Color Harmonies of #70C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C8EB

Black with #70C8EB

Text Example


Text Example

White with #70C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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