Html Css Color HEX #70CCF4 Maya Blue

📋 copy color: '#70CCF4'

red 112 ◦ green 204 ◦ blue 244

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

Shades of Maya Blue #70CCF4

Tints of Maya Blue #70CCF4

RGB

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

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

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

R = 20%
G = 36.43%
B = 43.57%

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

#70CCF4 (or 0x70CCF4) is known color: Maya Blue. HEX triplet: 70, CC and F4. RGB value is (112,204,244). Sum of RGB (Red+Green+Blue) = 112+204+244=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #70CCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCF4 is #8F330B. Grayscale: #B4B4B4. Windows color (decimal): -9384716 or 16043120. OLE color: 16043120.

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

Color convert

RGB 112 204 244 -
CMYK 0.54 0.16 0 0.04
HSL 198.18º 0.86% 0.7% -
HSV(B) 198.18º 0.54% 0.96% -
XYZ 44.6 53.16 93.5 -
YUV 181.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 112 204 244 0.54 0.16 0 0.04 198.18 0.86 0.7
Hex 70 CC F4 36 10 0 4 C6 56 46
Octal 160 314 364 66 20 0 4 306 126 106
Binary 1110000 11001100 11110100 110110 10000 0 100 11000110 1010110 1000110

Color Harmonies of #70CCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCF4

Black with #70CCF4

Text Example


Text Example

White with #70CCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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