Html Css Color HEX #70C2DE Malibu

📋 copy color: '#70C2DE'

red 112 ◦ green 194 ◦ blue 222

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

Shades of Malibu #70C2DE

Tints of Malibu #70C2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 21.21%
G = 36.74%
B = 42.05%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70C2DE (or 0x70C2DE) is known color: Malibu. HEX triplet: 70, C2 and DE. RGB value is (112,194,222). Sum of RGB (Red+Green+Blue) = 112+194+222=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #70C2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C2DE is #8F3D21. Grayscale: #ACACAC. Windows color (decimal): -9387298 or 14598768. OLE color: 14598768.

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

Color convert

RGB 112 194 222 -
CMYK 0.50 0.13 0 0.13
HSL 195.27º 0.63% 0.65% -
HSV(B) 195.27º 0.5% 0.87% -
XYZ 39.16 47.3 76.17 -
YUV 172.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 112 194 222 0.50 0.13 0 0.13 195.27 0.63 0.65
Hex 70 C2 DE 32 D 0 D C3 3E 41
Octal 160 302 336 62 15 0 15 303 76 101
Binary 1110000 11000010 11011110 110010 1101 0 1101 11000011 111110 1000001

Color Harmonies of #70C2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C2DE

Black with #70C2DE

Text Example


Text Example

White with #70C2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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