Html Css Color HEX #70D6FE Maya Blue

📋 copy color: '#70D6FE'

red 112 ◦ green 214 ◦ blue 254

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

Shades of Maya Blue #70D6FE

Tints of Maya Blue #70D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.9%

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 19.31%
G = 36.9%
B = 43.79%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70D6FE (or 0x70D6FE) is known color: Maya Blue. HEX triplet: 70, D6 and FE. RGB value is (112,214,254). Sum of RGB (Red+Green+Blue) = 112+214+254=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #70D6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D6FE is #8F2901. Grayscale: #BBBBBB. Windows color (decimal): -9382146 or 16701040. OLE color: 16701040.

HSL color Cylindrical-coordinate representation of color #70D6FE: hue angle of 196.9º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70D6FE is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 214 254 -
CMYK 0.56 0.16 0 0.00
HSL 196.9º 0.99% 0.72% -
HSV(B) 196.9º 0.56% 1% -
XYZ 48.62 58.69 102.53 -
YUV 188.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 112 214 254 0.56 0.16 0 0.00 196.9 0.99 0.72
Hex 70 D6 FE 38 10 0 0 C5 63 48
Octal 160 326 376 70 20 0 0 305 143 110
Binary 1110000 11010110 11111110 111000 10000 0 0 11000101 1100011 1001000

Color Harmonies of #70D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D6FE

Black with #70D6FE

Text Example


Text Example

White with #70D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,214,254); }

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

background-color css

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

 a { background-color: rgb(112,214,254); }

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

border-color css

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

 span { border-color: rgb(112,214,254); }

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