Html Css Color HEX #70C1EA Malibu

📋 copy color: '#70C1EA'

red 112 ◦ green 193 ◦ blue 234

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

Shades of Malibu #70C1EA

Tints of Malibu #70C1EA

RGB

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

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

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

R = 20.78%
G = 35.81%
B = 43.41%

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

#70C1EA (or 0x70C1EA) is known color: Malibu. HEX triplet: 70, C1 and EA. RGB value is (112,193,234). Sum of RGB (Red+Green+Blue) = 112+193+234=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #70C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C1EA is #8F3E15. Grayscale: #ADADAD. Windows color (decimal): -9387542 or 15384944. OLE color: 15384944.

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

Color convert

RGB 112 193 234 -
CMYK 0.52 0.18 0 0.08
HSL 200.16º 0.74% 0.68% -
HSV(B) 200.16º 0.52% 0.92% -
XYZ 40.6 47.53 84.88 -
YUV 173.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 112 193 234 0.52 0.18 0 0.08 200.16 0.74 0.68
Hex 70 C1 EA 34 12 0 8 C8 4A 44
Octal 160 301 352 64 22 0 10 310 112 104
Binary 1110000 11000001 11101010 110100 10010 0 1000 11001000 1001010 1000100

Color Harmonies of #70C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C1EA

Black with #70C1EA

Text Example


Text Example

White with #70C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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