Html Css Color HEX #70BFEB Malibu

📋 copy color: '#70BFEB'

red 112 ◦ green 191 ◦ blue 235

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

Shades of Malibu #70BFEB

Tints of Malibu #70BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 20.82%
G = 35.5%
B = 43.68%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70BFEB (or 0x70BFEB) is known color: Malibu. HEX triplet: 70, BF and EB. RGB value is (112,191,235). Sum of RGB (Red+Green+Blue) = 112+191+235=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #70BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFEB is #8F4014. Grayscale: #ACACAC. Windows color (decimal): -9388053 or 15449968. OLE color: 15449968.

HSL color Cylindrical-coordinate representation of color #70BFEB: hue angle of 201.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70BFEB is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 191 235 -
CMYK 0.52 0.19 0 0.08
HSL 201.46º 0.75% 0.68% -
HSV(B) 201.46º 0.52% 0.92% -
XYZ 40.31 46.7 85.49 -
YUV 172.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 112 191 235 0.52 0.19 0 0.08 201.46 0.75 0.68
Hex 70 BF EB 34 13 0 8 C9 4B 44
Octal 160 277 353 64 23 0 10 311 113 104
Binary 1110000 10111111 11101011 110100 10011 0 1000 11001001 1001011 1000100

Color Harmonies of #70BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFEB

Black with #70BFEB

Text Example


Text Example

White with #70BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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