Html Css Color HEX #70BFE9 Malibu

📋 copy color: '#70BFE9'

red 112 ◦ green 191 ◦ blue 233

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

Shades of Malibu #70BFE9

Tints of Malibu #70BFE9

RGB

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

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

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

R = 20.9%
G = 35.63%
B = 43.47%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#70BFE9 (or 0x70BFE9) is known color: Malibu. HEX triplet: 70, BF and E9. RGB value is (112,191,233). Sum of RGB (Red+Green+Blue) = 112+191+233=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #70BFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFE9 is #8F4016. Grayscale: #ABABAB. Windows color (decimal): -9388055 or 15318896. OLE color: 15318896.

HSL color Cylindrical-coordinate representation of color #70BFE9: hue angle of 200.83º 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 #70BFE9 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 191 233 -
CMYK 0.52 0.18 0 0.09
HSL 200.83º 0.73% 0.68% -
HSV(B) 200.83º 0.52% 0.91% -
XYZ 40.02 46.59 83.97 -
YUV 172.17 162.33 85.08 -
System Red Green Blue C M Y K H S L
Decimal 112 191 233 0.52 0.18 0 0.09 200.83 0.73 0.68
Hex 70 BF E9 34 12 0 9 C9 49 44
Octal 160 277 351 64 22 0 11 311 111 104
Binary 1110000 10111111 11101001 110100 10010 0 1001 11001001 1001001 1000100

Color Harmonies of #70BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFE9

Black with #70BFE9

Text Example


Text Example

White with #70BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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