Html Css Color HEX #70BFEA Malibu

📋 copy color: '#70BFEA'

red 112 ◦ green 191 ◦ blue 234

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

Shades of Malibu #70BFEA

Tints of Malibu #70BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 20.86%
G = 35.57%
B = 43.58%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70BFEA (or 0x70BFEA) is known color: Malibu. HEX triplet: 70, BF and EA. RGB value is (112,191,234). Sum of RGB (Red+Green+Blue) = 112+191+234=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #70BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFEA is #8F4015. Grayscale: #ACACAC. Windows color (decimal): -9388054 or 15384432. OLE color: 15384432.

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

Color convert

RGB 112 191 234 -
CMYK 0.52 0.18 0 0.08
HSL 201.15º 0.74% 0.68% -
HSV(B) 201.15º 0.52% 0.92% -
XYZ 40.16 46.65 84.73 -
YUV 172.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 112 191 234 0.52 0.18 0 0.08 201.15 0.74 0.68
Hex 70 BF EA 34 12 0 8 C9 4A 44
Octal 160 277 352 64 22 0 10 311 112 104
Binary 1110000 10111111 11101010 110100 10010 0 1000 11001001 1001010 1000100

Color Harmonies of #70BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFEA

Black with #70BFEA

Text Example


Text Example

White with #70BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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