Html Css Color HEX #70BCFD Maya Blue

📋 copy color: '#70BCFD'

red 112 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #70BCFD

Tints of Maya Blue #70BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 20.25%
G = 34%
B = 45.75%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70BCFD (or 0x70BCFD) is known color: Maya Blue. HEX triplet: 70, BC and FD. RGB value is (112,188,253). Sum of RGB (Red+Green+Blue) = 112+188+253=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #70BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCFD is #8F4302. Grayscale: #ACACAC. Windows color (decimal): -9388803 or 16628848. OLE color: 16628848.

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

Color convert

RGB 112 188 253 -
CMYK 0.56 0.26 0 0.01
HSL 207.66º 0.97% 0.72% -
HSV(B) 207.66º 0.56% 0.99% -
XYZ 42.39 46.5 99.67 -
YUV 172.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 112 188 253 0.56 0.26 0 0.01 207.66 0.97 0.72
Hex 70 BC FD 38 1A 0 1 D0 61 48
Octal 160 274 375 70 32 0 1 320 141 110
Binary 1110000 10111100 11111101 111000 11010 0 1 11010000 1100001 1001000

Color Harmonies of #70BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCFD

Black with #70BCFD

Text Example


Text Example

White with #70BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,253); }

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

background-color css

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

 a { background-color: rgb(112,188,253); }

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

border-color css

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

 span { border-color: rgb(112,188,253); }

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