Html Css Color HEX #70B2FB Maya Blue

📋 copy color: '#70B2FB'

red 112 ◦ green 178 ◦ blue 251

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

Shades of Maya Blue #70B2FB

Tints of Maya Blue #70B2FB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.9%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 20.7%
G = 32.9%
B = 46.4%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70B2FB (or 0x70B2FB) is known color: Maya Blue. HEX triplet: 70, B2 and FB. RGB value is (112,178,251). Sum of RGB (Red+Green+Blue) = 112+178+251=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #70B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70B2FB is #8F4D04. Grayscale: #A6A6A6. Windows color (decimal): -9391365 or 16495216. OLE color: 16495216.

HSL color Cylindrical-coordinate representation of color #70B2FB: hue angle of 211.51º degrees, saturation: 0.95, 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 #70B2FB is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 178 251 -
CMYK 0.55 0.29 0 0.02
HSL 211.51º 0.95% 0.71% -
HSV(B) 211.51º 0.55% 0.98% -
XYZ 40.02 42.25 97.31 -
YUV 166.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 112 178 251 0.55 0.29 0 0.02 211.51 0.95 0.71
Hex 70 B2 FB 37 1D 0 2 D4 5F 47
Octal 160 262 373 67 35 0 2 324 137 107
Binary 1110000 10110010 11111011 110111 11101 0 10 11010100 1011111 1000111

Color Harmonies of #70B2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B2FB

Black with #70B2FB

Text Example


Text Example

White with #70B2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,178,251); }

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

background-color css

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

 a { background-color: rgb(112,178,251); }

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

border-color css

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

 span { border-color: rgb(112,178,251); }

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