Html Css Color HEX #70BBEE Maya Blue

📋 copy color: '#70BBEE'

red 112 ◦ green 187 ◦ blue 238

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

Shades of Maya Blue #70BBEE

Tints of Maya Blue #70BBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 20.86%
G = 34.82%
B = 44.32%

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

#70BBEE (or 0x70BBEE) is known color: Maya Blue. HEX triplet: 70, BB and EE. RGB value is (112,187,238). Sum of RGB (Red+Green+Blue) = 112+187+238=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #70BBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BBEE is #8F4411. Grayscale: #AAAAAA. Windows color (decimal): -9389074 or 15645552. OLE color: 15645552.

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

Color convert

RGB 112 187 238 -
CMYK 0.53 0.21 0 0.07
HSL 204.29º 0.79% 0.69% -
HSV(B) 204.29º 0.53% 0.93% -
XYZ 39.89 45.16 87.5 -
YUV 170.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 112 187 238 0.53 0.21 0 0.07 204.29 0.79 0.69
Hex 70 BB EE 35 15 0 7 CC 4F 45
Octal 160 273 356 65 25 0 7 314 117 105
Binary 1110000 10111011 11101110 110101 10101 0 111 11001100 1001111 1000101

Color Harmonies of #70BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBEE

Black with #70BBEE

Text Example


Text Example

White with #70BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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