Html Css Color HEX #70BAEA Malibu

📋 copy color: '#70BAEA'

red 112 ◦ green 186 ◦ blue 234

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

Shades of Malibu #70BAEA

Tints of Malibu #70BAEA

RGB

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

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

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

R = 21.05%
G = 34.96%
B = 43.98%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70BAEA (or 0x70BAEA) is known color: Malibu. HEX triplet: 70, BA and EA. RGB value is (112,186,234). Sum of RGB (Red+Green+Blue) = 112+186+234=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #70BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAEA is #8F4515. Grayscale: #A9A9A9. Windows color (decimal): -9389334 or 15383152. OLE color: 15383152.

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

Color convert

RGB 112 186 234 -
CMYK 0.52 0.21 0 0.08
HSL 203.61º 0.74% 0.68% -
HSV(B) 203.61º 0.52% 0.92% -
XYZ 39.09 44.5 84.37 -
YUV 169.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 112 186 234 0.52 0.21 0 0.08 203.61 0.74 0.68
Hex 70 BA EA 34 15 0 8 CC 4A 44
Octal 160 272 352 64 25 0 10 314 112 104
Binary 1110000 10111010 11101010 110100 10101 0 1000 11001100 1001010 1000100

Color Harmonies of #70BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAEA

Black with #70BAEA

Text Example


Text Example

White with #70BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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