Html Css Color HEX #70B9E9 Malibu

📋 copy color: '#70B9E9'

red 112 ◦ green 185 ◦ blue 233

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

Shades of Malibu #70B9E9

Tints of Malibu #70B9E9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 233 (91.41% from 255) = 43.96%

R = 21.13%
G = 34.91%
B = 43.96%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#70B9E9 (or 0x70B9E9) is known color: Malibu. HEX triplet: 70, B9 and E9. RGB value is (112,185,233). Sum of RGB (Red+Green+Blue) = 112+185+233=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #70B9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B9E9 is #8F4616. Grayscale: #A8A8A8. Windows color (decimal): -9389591 or 15317360. OLE color: 15317360.

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

Color convert

RGB 112 185 233 -
CMYK 0.52 0.21 0 0.09
HSL 203.8º 0.73% 0.68% -
HSV(B) 203.8º 0.52% 0.91% -
XYZ 38.74 44.03 83.55 -
YUV 168.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 112 185 233 0.52 0.21 0 0.09 203.8 0.73 0.68
Hex 70 B9 E9 34 15 0 9 CC 49 44
Octal 160 271 351 64 25 0 11 314 111 104
Binary 1110000 10111001 11101001 110100 10101 0 1001 11001100 1001001 1000100

Color Harmonies of #70B9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B9E9

Black with #70B9E9

Text Example


Text Example

White with #70B9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,185,233); }

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

background-color css

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

 a { background-color: rgb(112,185,233); }

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

border-color css

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

 span { border-color: rgb(112,185,233); }

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