Html Css Color HEX #70C0F1 Maya Blue

📋 copy color: '#70C0F1'

red 112 ◦ green 192 ◦ blue 241

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

Shades of Maya Blue #70C0F1

Tints of Maya Blue #70C0F1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 241 (94.53% from 255) = 44.22%

R = 20.55%
G = 35.23%
B = 44.22%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70C0F1 (or 0x70C0F1) is known color: Maya Blue. HEX triplet: 70, C0 and F1. RGB value is (112,192,241). Sum of RGB (Red+Green+Blue) = 112+192+241=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #70C0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C0F1 is #8F3F0E. Grayscale: #ADADAD. Windows color (decimal): -9387791 or 15843440. OLE color: 15843440.

HSL color Cylindrical-coordinate representation of color #70C0F1: hue angle of 202.79º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70C0F1 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 192 241 -
CMYK 0.54 0.20 0 0.05
HSL 202.79º 0.82% 0.69% -
HSV(B) 202.79º 0.54% 0.95% -
XYZ 41.41 47.49 90.2 -
YUV 173.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 112 192 241 0.54 0.20 0 0.05 202.79 0.82 0.69
Hex 70 C0 F1 36 14 0 5 CB 52 45
Octal 160 300 361 66 24 0 5 313 122 105
Binary 1110000 11000000 11110001 110110 10100 0 101 11001011 1010010 1000101

Color Harmonies of #70C0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C0F1

Black with #70C0F1

Text Example


Text Example

White with #70C0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,192,241); }

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

background-color css

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

 a { background-color: rgb(112,192,241); }

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

border-color css

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

 span { border-color: rgb(112,192,241); }

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