Html Css Color HEX #70C1EB Malibu

📋 copy color: '#70C1EB'

red 112 ◦ green 193 ◦ blue 235

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

Shades of Malibu #70C1EB

Tints of Malibu #70C1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

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

R = 20.74%
G = 35.74%
B = 43.52%

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

#70C1EB (or 0x70C1EB) is known color: Malibu. HEX triplet: 70, C1 and EB. RGB value is (112,193,235). Sum of RGB (Red+Green+Blue) = 112+193+235=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #70C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C1EB is #8F3E14. Grayscale: #ADADAD. Windows color (decimal): -9387541 or 15450480. OLE color: 15450480.

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

Color convert

RGB 112 193 235 -
CMYK 0.52 0.18 0 0.08
HSL 200.49º 0.75% 0.68% -
HSV(B) 200.49º 0.52% 0.92% -
XYZ 40.75 47.58 85.63 -
YUV 173.57 162.66 84.08 -
System Red Green Blue C M Y K H S L
Decimal 112 193 235 0.52 0.18 0 0.08 200.49 0.75 0.68
Hex 70 C1 EB 34 12 0 8 C8 4B 44
Octal 160 301 353 64 22 0 10 310 113 104
Binary 1110000 11000001 11101011 110100 10010 0 1000 11001000 1001011 1000100

Color Harmonies of #70C1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C1EB

Black with #70C1EB

Text Example


Text Example

White with #70C1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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