Html Css Color HEX #70D5FE Maya Blue

📋 copy color: '#70D5FE'

red 112 ◦ green 213 ◦ blue 254

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

Shades of Maya Blue #70D5FE

Tints of Maya Blue #70D5FE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.79%

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

R = 19.34%
G = 36.79%
B = 43.87%

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

#70D5FE (or 0x70D5FE) is known color: Maya Blue. HEX triplet: 70, D5 and FE. RGB value is (112,213,254). Sum of RGB (Red+Green+Blue) = 112+213+254=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #70D5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D5FE is #8F2A01. Grayscale: #BBBBBB. Windows color (decimal): -9382402 or 16700784. OLE color: 16700784.

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

Color convert

RGB 112 213 254 -
CMYK 0.56 0.16 0 0.00
HSL 197.32º 0.99% 0.72% -
HSV(B) 197.32º 0.56% 1% -
XYZ 48.37 58.19 102.45 -
YUV 187.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 112 213 254 0.56 0.16 0 0.00 197.32 0.99 0.72
Hex 70 D5 FE 38 10 0 0 C5 63 48
Octal 160 325 376 70 20 0 0 305 143 110
Binary 1110000 11010101 11111110 111000 10000 0 0 11000101 1100011 1001000

Color Harmonies of #70D5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D5FE

Black with #70D5FE

Text Example


Text Example

White with #70D5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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