Html Css Color HEX #70D0F7 Maya Blue

📋 copy color: '#70D0F7'

red 112 ◦ green 208 ◦ blue 247

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

Shades of Maya Blue #70D0F7

Tints of Maya Blue #70D0F7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.68%

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

R = 19.75%
G = 36.68%
B = 43.56%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70D0F7 (or 0x70D0F7) is known color: Maya Blue. HEX triplet: 70, D0 and F7. RGB value is (112,208,247). Sum of RGB (Red+Green+Blue) = 112+208+247=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #70D0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D0F7 is #8F2F08. Grayscale: #B7B7B7. Windows color (decimal): -9383689 or 16240752. OLE color: 16240752.

HSL color Cylindrical-coordinate representation of color #70D0F7: hue angle of 197.33º 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 #70D0F7 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 208 247 -
CMYK 0.55 0.16 0 0.03
HSL 197.33º 0.89% 0.7% -
HSV(B) 197.33º 0.55% 0.97% -
XYZ 46.03 55.27 96.24 -
YUV 183.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 112 208 247 0.55 0.16 0 0.03 197.33 0.89 0.7
Hex 70 D0 F7 37 10 0 3 C5 59 46
Octal 160 320 367 67 20 0 3 305 131 106
Binary 1110000 11010000 11110111 110111 10000 0 11 11000101 1011001 1000110

Color Harmonies of #70D0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D0F7

Black with #70D0F7

Text Example


Text Example

White with #70D0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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