Html Css Color HEX #70CDF4 Maya Blue

📋 copy color: '#70CDF4'

red 112 ◦ green 205 ◦ blue 244

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

Shades of Maya Blue #70CDF4

Tints of Maya Blue #70CDF4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.54%

 BLUE value IS 244 (95.7% from 255) = 43.49%

R = 19.96%
G = 36.54%
B = 43.49%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#70CDF4 (or 0x70CDF4) is known color: Maya Blue. HEX triplet: 70, CD and F4. RGB value is (112,205,244). Sum of RGB (Red+Green+Blue) = 112+205+244=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #70CDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CDF4 is #8F320B. Grayscale: #B5B5B5. Windows color (decimal): -9384460 or 16043376. OLE color: 16043376.

HSL color Cylindrical-coordinate representation of color #70CDF4: hue angle of 197.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CDF4 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 205 244 -
CMYK 0.54 0.16 0 0.04
HSL 197.73º 0.86% 0.7% -
HSV(B) 197.73º 0.54% 0.96% -
XYZ 44.84 53.64 93.58 -
YUV 181.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 112 205 244 0.54 0.16 0 0.04 197.73 0.86 0.7
Hex 70 CD F4 36 10 0 4 C6 56 46
Octal 160 315 364 66 20 0 4 306 126 106
Binary 1110000 11001101 11110100 110110 10000 0 100 11000110 1010110 1000110

Color Harmonies of #70CDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CDF4

Black with #70CDF4

Text Example


Text Example

White with #70CDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,205,244); }

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

background-color css

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

 a { background-color: rgb(112,205,244); }

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

border-color css

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

 span { border-color: rgb(112,205,244); }

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