Html Css Color HEX #70BFFD Maya Blue

📋 copy color: '#70BFFD'

red 112 ◦ green 191 ◦ blue 253

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

Shades of Maya Blue #70BFFD

Tints of Maya Blue #70BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.35%

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

R = 20.14%
G = 34.35%
B = 45.5%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70BFFD (or 0x70BFFD) is known color: Maya Blue. HEX triplet: 70, BF and FD. RGB value is (112,191,253). Sum of RGB (Red+Green+Blue) = 112+191+253=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #70BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFFD is #8F4002. Grayscale: #AEAEAE. Windows color (decimal): -9388035 or 16629616. OLE color: 16629616.

HSL color Cylindrical-coordinate representation of color #70BFFD: hue angle of 206.38º 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 #70BFFD is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 191 253 -
CMYK 0.56 0.25 0 0.01
HSL 206.38º 0.97% 0.72% -
HSV(B) 206.38º 0.56% 0.99% -
XYZ 43.04 47.8 99.89 -
YUV 174.45 172.33 83.46 -
System Red Green Blue C M Y K H S L
Decimal 112 191 253 0.56 0.25 0 0.01 206.38 0.97 0.72
Hex 70 BF FD 38 19 0 1 CE 61 48
Octal 160 277 375 70 31 0 1 316 141 110
Binary 1110000 10111111 11111101 111000 11001 0 1 11001110 1100001 1001000

Color Harmonies of #70BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFFD

Black with #70BFFD

Text Example


Text Example

White with #70BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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