Html Css Color HEX #70C8FD Maya Blue

📋 copy color: '#70C8FD'

red 112 ◦ green 200 ◦ blue 253

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

Shades of Maya Blue #70C8FD

Tints of Maya Blue #70C8FD

RGB

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

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

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

R = 19.82%
G = 35.4%
B = 44.78%

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

#70C8FD (or 0x70C8FD) is known color: Maya Blue. HEX triplet: 70, C8 and FD. RGB value is (112,200,253). Sum of RGB (Red+Green+Blue) = 112+200+253=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #70C8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8FD is #8F3702. Grayscale: #B3B3B3. Windows color (decimal): -9385731 or 16631920. OLE color: 16631920.

HSL color Cylindrical-coordinate representation of color #70C8FD: hue angle of 202.55º 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 #70C8FD is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 200 253 -
CMYK 0.56 0.21 0 0.01
HSL 202.55º 0.97% 0.72% -
HSV(B) 202.55º 0.56% 0.99% -
XYZ 45.07 51.85 100.56 -
YUV 179.73 169.35 79.69 -
System Red Green Blue C M Y K H S L
Decimal 112 200 253 0.56 0.21 0 0.01 202.55 0.97 0.72
Hex 70 C8 FD 38 15 0 1 CB 61 48
Octal 160 310 375 70 25 0 1 313 141 110
Binary 1110000 11001000 11111101 111000 10101 0 1 11001011 1100001 1001000

Color Harmonies of #70C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C8FD

Black with #70C8FD

Text Example


Text Example

White with #70C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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