Html Css Color HEX #70D0F3 Maya Blue

📋 copy color: '#70D0F3'

red 112 ◦ green 208 ◦ blue 243

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

Shades of Maya Blue #70D0F3

Tints of Maya Blue #70D0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.16%

R = 19.89%
G = 36.94%
B = 43.16%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70D0F3 (or 0x70D0F3) is known color: Maya Blue. HEX triplet: 70, D0 and F3. RGB value is (112,208,243). Sum of RGB (Red+Green+Blue) = 112+208+243=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #70D0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D0F3 is #8F2F0C. Grayscale: #B7B7B7. Windows color (decimal): -9383693 or 15978608. OLE color: 15978608.

HSL color Cylindrical-coordinate representation of color #70D0F3: hue angle of 196.03º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70D0F3 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 208 243 -
CMYK 0.54 0.14 0 0.05
HSL 196.03º 0.85% 0.7% -
HSV(B) 196.03º 0.54% 0.95% -
XYZ 45.42 55.03 93.02 -
YUV 183.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 112 208 243 0.54 0.14 0 0.05 196.03 0.85 0.7
Hex 70 D0 F3 36 E 0 5 C4 55 46
Octal 160 320 363 66 16 0 5 304 125 106
Binary 1110000 11010000 11110011 110110 1110 0 101 11000100 1010101 1000110

Color Harmonies of #70D0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D0F3

Black with #70D0F3

Text Example


Text Example

White with #70D0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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