Html Css Color HEX #70CCF6 Maya Blue

📋 copy color: '#70CCF6'

red 112 ◦ green 204 ◦ blue 246

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

Shades of Maya Blue #70CCF6

Tints of Maya Blue #70CCF6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.3%

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

R = 19.93%
G = 36.3%
B = 43.77%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#70CCF6 (or 0x70CCF6) is known color: Maya Blue. HEX triplet: 70, CC and F6. RGB value is (112,204,246). Sum of RGB (Red+Green+Blue) = 112+204+246=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #70CCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCF6 is #8F3309. Grayscale: #B5B5B5. Windows color (decimal): -9384714 or 16174192. OLE color: 16174192.

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

Color convert

RGB 112 204 246 -
CMYK 0.54 0.17 0 0.04
HSL 198.81º 0.88% 0.7% -
HSV(B) 198.81º 0.54% 0.96% -
XYZ 44.91 53.28 95.11 -
YUV 181.28 164.52 78.58 -
System Red Green Blue C M Y K H S L
Decimal 112 204 246 0.54 0.17 0 0.04 198.81 0.88 0.7
Hex 70 CC F6 36 11 0 4 C7 58 46
Octal 160 314 366 66 21 0 4 307 130 106
Binary 1110000 11001100 11110110 110110 10001 0 100 11000111 1011000 1000110

Color Harmonies of #70CCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCF6

Black with #70CCF6

Text Example


Text Example

White with #70CCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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