Html Css Color HEX #70B5FE Maya Blue

📋 copy color: '#70B5FE'

red 112 ◦ green 181 ◦ blue 254

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

Shades of Maya Blue #70B5FE

Tints of Maya Blue #70B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.09%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 20.48%
G = 33.09%
B = 46.44%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70B5FE (or 0x70B5FE) is known color: Maya Blue. HEX triplet: 70, B5 and FE. RGB value is (112,181,254). Sum of RGB (Red+Green+Blue) = 112+181+254=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #70B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B5FE is #8F4A01. Grayscale: #A8A8A8. Windows color (decimal): -9390594 or 16692592. OLE color: 16692592.

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

Color convert

RGB 112 181 254 -
CMYK 0.56 0.29 0 0.00
HSL 210.85º 0.99% 0.72% -
HSV(B) 210.85º 0.56% 1% -
XYZ 41.1 43.65 100.02 -
YUV 168.69 176.14 87.56 -
System Red Green Blue C M Y K H S L
Decimal 112 181 254 0.56 0.29 0 0.00 210.85 0.99 0.72
Hex 70 B5 FE 38 1D 0 0 D3 63 48
Octal 160 265 376 70 35 0 0 323 143 110
Binary 1110000 10110101 11111110 111000 11101 0 0 11010011 1100011 1001000

Color Harmonies of #70B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B5FE

Black with #70B5FE

Text Example


Text Example

White with #70B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,254); }

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

background-color css

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

 a { background-color: rgb(112,181,254); }

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

border-color css

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

 span { border-color: rgb(112,181,254); }

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