Html Css Color HEX #70B8F2 Maya Blue

📋 copy color: '#70B8F2'

red 112 ◦ green 184 ◦ blue 242

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

Shades of Maya Blue #70B8F2

Tints of Maya Blue #70B8F2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.2%

 BLUE value IS 242 (94.92% from 255) = 44.98%

R = 20.82%
G = 34.2%
B = 44.98%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70B8F2 (or 0x70B8F2) is known color: Maya Blue. HEX triplet: 70, B8 and F2. RGB value is (112,184,242). Sum of RGB (Red+Green+Blue) = 112+184+242=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #70B8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B8F2 is #8F470D. Grayscale: #A8A8A8. Windows color (decimal): -9389838 or 15906928. OLE color: 15906928.

HSL color Cylindrical-coordinate representation of color #70B8F2: hue angle of 206.77º degrees, saturation: 0.83, 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 #70B8F2 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 184 242 -
CMYK 0.54 0.24 0 0.05
HSL 206.77º 0.83% 0.69% -
HSV(B) 206.77º 0.54% 0.95% -
XYZ 39.85 44.14 90.42 -
YUV 169.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 112 184 242 0.54 0.24 0 0.05 206.77 0.83 0.69
Hex 70 B8 F2 36 18 0 5 CF 53 45
Octal 160 270 362 66 30 0 5 317 123 105
Binary 1110000 10111000 11110010 110110 11000 0 101 11001111 1010011 1000101

Color Harmonies of #70B8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B8F2

Black with #70B8F2

Text Example


Text Example

White with #70B8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,242); }

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

background-color css

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

 a { background-color: rgb(112,184,242); }

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

border-color css

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

 span { border-color: rgb(112,184,242); }

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