Html Css Color HEX #70D8FD Maya Blue

📋 copy color: '#70D8FD'

red 112 ◦ green 216 ◦ blue 253

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

Shades of Maya Blue #70D8FD

Tints of Maya Blue #70D8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.18%

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 19.28%
G = 37.18%
B = 43.55%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70D8FD (or 0x70D8FD) is known color: Maya Blue. HEX triplet: 70, D8 and FD. RGB value is (112,216,253). Sum of RGB (Red+Green+Blue) = 112+216+253=581 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.28% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #70D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D8FD is #8F2702. Grayscale: #BCBCBC. Windows color (decimal): -9381635 or 16636016. OLE color: 16636016.

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

Color convert

RGB 112 216 253 -
CMYK 0.56 0.15 0 0.01
HSL 195.74º 0.97% 0.72% -
HSV(B) 195.74º 0.56% 0.99% -
XYZ 48.97 59.65 101.86 -
YUV 189.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 112 216 253 0.56 0.15 0 0.01 195.74 0.97 0.72
Hex 70 D8 FD 38 F 0 1 C4 61 48
Octal 160 330 375 70 17 0 1 304 141 110
Binary 1110000 11011000 11111101 111000 1111 0 1 11000100 1100001 1001000

Color Harmonies of #70D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8FD

Black with #70D8FD

Text Example


Text Example

White with #70D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,253); }

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

background-color css

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

 a { background-color: rgb(112,216,253); }

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

border-color css

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

 span { border-color: rgb(112,216,253); }

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