Html Css Color HEX #70C2F7 Maya Blue

📋 copy color: '#70C2F7'

red 112 ◦ green 194 ◦ blue 247

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

Shades of Maya Blue #70C2F7

Tints of Maya Blue #70C2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 20.25%
G = 35.08%
B = 44.67%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70C2F7 (or 0x70C2F7) is known color: Maya Blue. HEX triplet: 70, C2 and F7. RGB value is (112,194,247). Sum of RGB (Red+Green+Blue) = 112+194+247=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #70C2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C2F7 is #8F3D08. Grayscale: #AFAFAF. Windows color (decimal): -9387273 or 16237168. OLE color: 16237168.

HSL color Cylindrical-coordinate representation of color #70C2F7: hue angle of 203.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C2F7 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 194 247 -
CMYK 0.55 0.21 0 0.03
HSL 203.56º 0.89% 0.7% -
HSV(B) 203.56º 0.55% 0.97% -
XYZ 42.76 48.74 95.15 -
YUV 175.52 168.33 82.69 -
System Red Green Blue C M Y K H S L
Decimal 112 194 247 0.55 0.21 0 0.03 203.56 0.89 0.7
Hex 70 C2 F7 37 15 0 3 CC 59 46
Octal 160 302 367 67 25 0 3 314 131 106
Binary 1110000 11000010 11110111 110111 10101 0 11 11001100 1011001 1000110

Color Harmonies of #70C2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C2F7

Black with #70C2F7

Text Example


Text Example

White with #70C2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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