Html Css Color HEX #70D2FE Maya Blue

📋 copy color: '#70D2FE'

red 112 ◦ green 210 ◦ blue 254

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

Shades of Maya Blue #70D2FE

Tints of Maya Blue #70D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.46%

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

R = 19.44%
G = 36.46%
B = 44.1%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70D2FE (or 0x70D2FE) is known color: Maya Blue. HEX triplet: 70, D2 and FE. RGB value is (112,210,254). Sum of RGB (Red+Green+Blue) = 112+210+254=576 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.44% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #70D2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D2FE is #8F2D01. Grayscale: #B9B9B9. Windows color (decimal): -9383170 or 16700016. OLE color: 16700016.

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

Color convert

RGB 112 210 254 -
CMYK 0.56 0.17 0 0.00
HSL 198.59º 0.99% 0.72% -
HSV(B) 198.59º 0.56% 1% -
XYZ 47.62 56.69 102.2 -
YUV 185.71 166.53 75.42 -
System Red Green Blue C M Y K H S L
Decimal 112 210 254 0.56 0.17 0 0.00 198.59 0.99 0.72
Hex 70 D2 FE 38 11 0 0 C7 63 48
Octal 160 322 376 70 21 0 0 307 143 110
Binary 1110000 11010010 11111110 111000 10001 0 0 11000111 1100011 1001000

Color Harmonies of #70D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2FE

Black with #70D2FE

Text Example


Text Example

White with #70D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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