Html Css Color HEX #70C7FA Maya Blue

📋 copy color: '#70C7FA'

red 112 ◦ green 199 ◦ blue 250

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

Shades of Maya Blue #70C7FA

Tints of Maya Blue #70C7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.47%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 19.96%
G = 35.47%
B = 44.56%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70C7FA (or 0x70C7FA) is known color: Maya Blue. HEX triplet: 70, C7 and FA. RGB value is (112,199,250). Sum of RGB (Red+Green+Blue) = 112+199+250=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #70C7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C7FA is #8F3805. Grayscale: #B2B2B2. Windows color (decimal): -9385990 or 16435056. OLE color: 16435056.

HSL color Cylindrical-coordinate representation of color #70C7FA: hue angle of 202.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C7FA is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 199 250 -
CMYK 0.55 0.20 0 0.02
HSL 202.17º 0.93% 0.71% -
HSV(B) 202.17º 0.55% 0.98% -
XYZ 44.36 51.19 97.99 -
YUV 178.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 112 199 250 0.55 0.20 0 0.02 202.17 0.93 0.71
Hex 70 C7 FA 37 14 0 2 CA 5D 47
Octal 160 307 372 67 24 0 2 312 135 107
Binary 1110000 11000111 11111010 110111 10100 0 10 11001010 1011101 1000111

Color Harmonies of #70C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C7FA

Black with #70C7FA

Text Example


Text Example

White with #70C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,199,250); }

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

background-color css

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

 a { background-color: rgb(112,199,250); }

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

border-color css

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

 span { border-color: rgb(112,199,250); }

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