Html Css Color HEX #70CEF2 Maya Blue

📋 copy color: '#70CEF2'

red 112 ◦ green 206 ◦ blue 242

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

Shades of Maya Blue #70CEF2

Tints of Maya Blue #70CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 20%
G = 36.79%
B = 43.21%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70CEF2 (or 0x70CEF2) is known color: Maya Blue. HEX triplet: 70, CE and F2. RGB value is (112,206,242). Sum of RGB (Red+Green+Blue) = 112+206+242=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #70CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEF2 is #8F310D. Grayscale: #B5B5B5. Windows color (decimal): -9384206 or 15912560. OLE color: 15912560.

HSL color Cylindrical-coordinate representation of color #70CEF2: hue angle of 196.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CEF2 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 206 242 -
CMYK 0.54 0.15 0 0.05
HSL 196.62º 0.83% 0.69% -
HSV(B) 196.62º 0.54% 0.95% -
XYZ 44.78 54 92.07 -
YUV 182 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 112 206 242 0.54 0.15 0 0.05 196.62 0.83 0.69
Hex 70 CE F2 36 F 0 5 C5 53 45
Octal 160 316 362 66 17 0 5 305 123 105
Binary 1110000 11001110 11110010 110110 1111 0 101 11000101 1010011 1000101

Color Harmonies of #70CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEF2

Black with #70CEF2

Text Example


Text Example

White with #70CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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