Html Css Color HEX #70BAE7 Malibu

📋 copy color: '#70BAE7'

red 112 ◦ green 186 ◦ blue 231

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

Shades of Malibu #70BAE7

Tints of Malibu #70BAE7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.16%

 BLUE value IS 231 (90.63% from 255) = 43.67%

R = 21.17%
G = 35.16%
B = 43.67%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#70BAE7 (or 0x70BAE7) is known color: Malibu. HEX triplet: 70, BA and E7. RGB value is (112,186,231). Sum of RGB (Red+Green+Blue) = 112+186+231=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #70BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAE7 is #8F4518. Grayscale: #A8A8A8. Windows color (decimal): -9389337 or 15186544. OLE color: 15186544.

HSL color Cylindrical-coordinate representation of color #70BAE7: hue angle of 202.69º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70BAE7 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 186 231 -
CMYK 0.52 0.19 0 0.09
HSL 202.69º 0.71% 0.67% -
HSV(B) 202.69º 0.52% 0.91% -
XYZ 38.66 44.33 82.12 -
YUV 169 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 112 186 231 0.52 0.19 0 0.09 202.69 0.71 0.67
Hex 70 BA E7 34 13 0 9 CB 47 43
Octal 160 272 347 64 23 0 11 313 107 103
Binary 1110000 10111010 11100111 110100 10011 0 1001 11001011 1000111 1000011

Color Harmonies of #70BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAE7

Black with #70BAE7

Text Example


Text Example

White with #70BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,231); }

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

background-color css

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

 a { background-color: rgb(112,186,231); }

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

border-color css

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

 span { border-color: rgb(112,186,231); }

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