Html Css Color HEX #70CEF6 Maya Blue

📋 copy color: '#70CEF6'

red 112 ◦ green 206 ◦ blue 246

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

Shades of Maya Blue #70CEF6

Tints of Maya Blue #70CEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.52%

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 19.86%
G = 36.52%
B = 43.62%

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

#70CEF6 (or 0x70CEF6) is known color: Maya Blue. HEX triplet: 70, CE and F6. RGB value is (112,206,246). Sum of RGB (Red+Green+Blue) = 112+206+246=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #70CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEF6 is #8F3109. Grayscale: #B6B6B6. Windows color (decimal): -9384202 or 16174704. OLE color: 16174704.

HSL color Cylindrical-coordinate representation of color #70CEF6: hue angle of 197.91º degrees, saturation: 0.88, 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 #70CEF6 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 206 246 -
CMYK 0.54 0.16 0 0.04
HSL 197.91º 0.88% 0.7% -
HSV(B) 197.91º 0.54% 0.96% -
XYZ 45.39 54.24 95.27 -
YUV 182.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 112 206 246 0.54 0.16 0 0.04 197.91 0.88 0.7
Hex 70 CE F6 36 10 0 4 C6 58 46
Octal 160 316 366 66 20 0 4 306 130 106
Binary 1110000 11001110 11110110 110110 10000 0 100 11000110 1011000 1000110

Color Harmonies of #70CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEF6

Black with #70CEF6

Text Example


Text Example

White with #70CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,246); }

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

background-color css

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

 a { background-color: rgb(112,206,246); }

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

border-color css

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

 span { border-color: rgb(112,206,246); }

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