Html Css Color HEX #70C7FD Maya Blue

📋 copy color: '#70C7FD'

red 112 ◦ green 199 ◦ blue 253

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

Shades of Maya Blue #70C7FD

Tints of Maya Blue #70C7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.28%

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 19.86%
G = 35.28%
B = 44.86%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70C7FD (or 0x70C7FD) is known color: Maya Blue. HEX triplet: 70, C7 and FD. RGB value is (112,199,253). Sum of RGB (Red+Green+Blue) = 112+199+253=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #70C7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C7FD is #8F3802. Grayscale: #B2B2B2. Windows color (decimal): -9385987 or 16631664. OLE color: 16631664.

HSL color Cylindrical-coordinate representation of color #70C7FD: hue angle of 202.98º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C7FD is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 199 253 -
CMYK 0.56 0.21 0 0.01
HSL 202.98º 0.97% 0.72% -
HSV(B) 202.98º 0.56% 0.99% -
XYZ 44.84 51.38 100.48 -
YUV 179.14 169.68 80.11 -
System Red Green Blue C M Y K H S L
Decimal 112 199 253 0.56 0.21 0 0.01 202.98 0.97 0.72
Hex 70 C7 FD 38 15 0 1 CB 61 48
Octal 160 307 375 70 25 0 1 313 141 110
Binary 1110000 11000111 11111101 111000 10101 0 1 11001011 1100001 1001000

Color Harmonies of #70C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C7FD

Black with #70C7FD

Text Example


Text Example

White with #70C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,199,253); }

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

background-color css

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

 a { background-color: rgb(112,199,253); }

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

border-color css

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

 span { border-color: rgb(112,199,253); }

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