Html Css Color HEX #70D1FD Maya Blue

📋 copy color: '#70D1FD'

red 112 ◦ green 209 ◦ blue 253

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

Shades of Maya Blue #70D1FD

Tints of Maya Blue #70D1FD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.41%

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

R = 19.51%
G = 36.41%
B = 44.08%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70D1FD (or 0x70D1FD) is known color: Maya Blue. HEX triplet: 70, D1 and FD. RGB value is (112,209,253). Sum of RGB (Red+Green+Blue) = 112+209+253=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #70D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D1FD is #8F2E02. Grayscale: #B8B8B8. Windows color (decimal): -9383427 or 16634224. OLE color: 16634224.

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

Color convert

RGB 112 209 253 -
CMYK 0.56 0.17 0 0.01
HSL 198.72º 0.97% 0.72% -
HSV(B) 198.72º 0.56% 0.99% -
XYZ 47.21 56.14 101.28 -
YUV 185.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 112 209 253 0.56 0.17 0 0.01 198.72 0.97 0.72
Hex 70 D1 FD 38 11 0 1 C7 61 48
Octal 160 321 375 70 21 0 1 307 141 110
Binary 1110000 11010001 11111101 111000 10001 0 1 11000111 1100001 1001000

Color Harmonies of #70D1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D1FD

Black with #70D1FD

Text Example


Text Example

White with #70D1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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