Html Css Color HEX #70AFDA Malibu

📋 copy color: '#70AFDA'

red 112 ◦ green 175 ◦ blue 218

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

Shades of Malibu #70AFDA

Tints of Malibu #70AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 22.18%
G = 34.65%
B = 43.17%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70AFDA (or 0x70AFDA) is known color: Malibu. HEX triplet: 70, AF and DA. RGB value is (112,175,218). Sum of RGB (Red+Green+Blue) = 112+175+218=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #70AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFDA is #8F5025. Grayscale: #A0A0A0. Windows color (decimal): -9392166 or 14331760. OLE color: 14331760.

HSL color Cylindrical-coordinate representation of color #70AFDA: hue angle of 204.34º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70AFDA is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 175 218 -
CMYK 0.49 0.20 0 0.15
HSL 204.34º 0.59% 0.65% -
HSV(B) 204.34º 0.49% 0.85% -
XYZ 34.67 39.17 72.06 -
YUV 161.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 112 175 218 0.49 0.20 0 0.15 204.34 0.59 0.65
Hex 70 AF DA 31 14 0 F CC 3B 41
Octal 160 257 332 61 24 0 17 314 73 101
Binary 1110000 10101111 11011010 110001 10100 0 1111 11001100 111011 1000001

Color Harmonies of #70AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFDA

Black with #70AFDA

Text Example


Text Example

White with #70AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,175,218); }

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

background-color css

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

 a { background-color: rgb(112,175,218); }

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

border-color css

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

 span { border-color: rgb(112,175,218); }

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