Html Css Color HEX #70B7FF Maya Blue

📋 copy color: '#70B7FF'

red 112 ◦ green 183 ◦ blue 255

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

Shades of Maya Blue #70B7FF

Tints of Maya Blue #70B7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.27%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 20.36%
G = 33.27%
B = 46.36%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70B7FF (or 0x70B7FF) is known color: Maya Blue. HEX triplet: 70, B7 and FF. RGB value is (112,183,255). Sum of RGB (Red+Green+Blue) = 112+183+255=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #70B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B7FF is #8F4800. Grayscale: #A9A9A9. Windows color (decimal): -9390081 or 16758640. OLE color: 16758640.

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

Color convert

RGB 112 183 255 -
CMYK 0.56 0.28 0 0
HSL 210.21º 1% 0.72% -
HSV(B) 210.21º 0.56% 1% -
XYZ 41.67 44.53 101.01 -
YUV 169.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 112 183 255 0.56 0.28 0 0 210.21 1 0.72
Hex 70 B7 FF 38 1C 0 0 D2 64 48
Octal 160 267 377 70 34 0 0 322 144 110
Binary 1110000 10110111 11111111 111000 11100 0 0 11010010 1100100 1001000

Color Harmonies of #70B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B7FF

Black with #70B7FF

Text Example


Text Example

White with #70B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,255); }

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

background-color css

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

 a { background-color: rgb(112,183,255); }

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

border-color css

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

 span { border-color: rgb(112,183,255); }

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