Html Css Color HEX #70C2DD Malibu

📋 copy color: '#70C2DD'

red 112 ◦ green 194 ◦ blue 221

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

Shades of Malibu #70C2DD

Tints of Malibu #70C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.81%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 21.25%
G = 36.81%
B = 41.94%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70C2DD (or 0x70C2DD) is known color: Malibu. HEX triplet: 70, C2 and DD. RGB value is (112,194,221). Sum of RGB (Red+Green+Blue) = 112+194+221=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #70C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C2DD is #8F3D22. Grayscale: #ACACAC. Windows color (decimal): -9387299 or 14533232. OLE color: 14533232.

HSL color Cylindrical-coordinate representation of color #70C2DD: hue angle of 194.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70C2DD is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 194 221 -
CMYK 0.49 0.12 0 0.13
HSL 194.86º 0.62% 0.65% -
HSV(B) 194.86º 0.49% 0.87% -
XYZ 39.03 47.25 75.47 -
YUV 172.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 112 194 221 0.49 0.12 0 0.13 194.86 0.62 0.65
Hex 70 C2 DD 31 C 0 D C3 3E 41
Octal 160 302 335 61 14 0 15 303 76 101
Binary 1110000 11000010 11011101 110001 1100 0 1101 11000011 111110 1000001

Color Harmonies of #70C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C2DD

Black with #70C2DD

Text Example


Text Example

White with #70C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,194,221); }

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

background-color css

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

 a { background-color: rgb(112,194,221); }

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

border-color css

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

 span { border-color: rgb(112,194,221); }

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