Html Css Color HEX #70BBED Maya Blue

📋 copy color: '#70BBED'

red 112 ◦ green 187 ◦ blue 237

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

Shades of Maya Blue #70BBED

Tints of Maya Blue #70BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.89%

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 20.9%
G = 34.89%
B = 44.22%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70BBED (or 0x70BBED) is known color: Maya Blue. HEX triplet: 70, BB and ED. RGB value is (112,187,237). Sum of RGB (Red+Green+Blue) = 112+187+237=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #70BBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BBED is #8F4412. Grayscale: #AAAAAA. Windows color (decimal): -9389075 or 15580016. OLE color: 15580016.

HSL color Cylindrical-coordinate representation of color #70BBED: hue angle of 204º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BBED is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 187 237 -
CMYK 0.53 0.21 0 0.07
HSL 204º 0.78% 0.68% -
HSV(B) 204º 0.53% 0.93% -
XYZ 39.74 45.1 86.73 -
YUV 170.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 112 187 237 0.53 0.21 0 0.07 204 0.78 0.68
Hex 70 BB ED 35 15 0 7 CC 4E 44
Octal 160 273 355 65 25 0 7 314 116 104
Binary 1110000 10111011 11101101 110101 10101 0 111 11001100 1001110 1000100

Color Harmonies of #70BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBED

Black with #70BBED

Text Example


Text Example

White with #70BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,237); }

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

background-color css

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

 a { background-color: rgb(112,187,237); }

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

border-color css

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

 span { border-color: rgb(112,187,237); }

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