Html Css Color HEX #70C8FA Maya Blue

📋 copy color: '#70C8FA'

red 112 ◦ green 200 ◦ blue 250

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

Shades of Maya Blue #70C8FA

Tints of Maya Blue #70C8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 19.93%
G = 35.59%
B = 44.48%

CMYK

 C value IS 0.55

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70C8FA (or 0x70C8FA) is known color: Maya Blue. HEX triplet: 70, C8 and FA. RGB value is (112,200,250). Sum of RGB (Red+Green+Blue) = 112+200+250=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #70C8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8FA is #8F3705. Grayscale: #B3B3B3. Windows color (decimal): -9385734 or 16435312. OLE color: 16435312.

HSL color Cylindrical-coordinate representation of color #70C8FA: hue angle of 201.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C8FA is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 200 250 -
CMYK 0.55 0.2 0 0.02
HSL 201.74º 0.93% 0.71% -
HSV(B) 201.74º 0.55% 0.98% -
XYZ 44.59 51.66 98.06 -
YUV 179.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 112 200 250 0.55 0.2 0 0.02 201.74 0.93 0.71
Hex 70 C8 FA 37 14 0 2 CA 5D 47
Octal 160 310 372 67 24 0 2 312 135 107
Binary 1110000 11001000 11111010 110111 10100 0 10 11001010 1011101 1000111

Color Harmonies of #70C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C8FA

Black with #70C8FA

Text Example


Text Example

White with #70C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,200,250); }

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

background-color css

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

 a { background-color: rgb(112,200,250); }

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

border-color css

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

 span { border-color: rgb(112,200,250); }

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