Html Css Color HEX #70BFDC Malibu

📋 copy color: '#70BFDC'

red 112 ◦ green 191 ◦ blue 220

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

Shades of Malibu #70BFDC

Tints of Malibu #70BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 21.41%
G = 36.52%
B = 42.07%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70BFDC (or 0x70BFDC) is known color: Malibu. HEX triplet: 70, BF and DC. RGB value is (112,191,220). Sum of RGB (Red+Green+Blue) = 112+191+220=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #70BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFDC is #8F4023. Grayscale: #AAAAAA. Windows color (decimal): -9388068 or 14466928. OLE color: 14466928.

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

Color convert

RGB 112 191 220 -
CMYK 0.49 0.13 0 0.14
HSL 196.11º 0.61% 0.65% -
HSV(B) 196.11º 0.49% 0.86% -
XYZ 38.23 45.87 74.55 -
YUV 170.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 112 191 220 0.49 0.13 0 0.14 196.11 0.61 0.65
Hex 70 BF DC 31 D 0 E C4 3D 41
Octal 160 277 334 61 15 0 16 304 75 101
Binary 1110000 10111111 11011100 110001 1101 0 1110 11000100 111101 1000001

Color Harmonies of #70BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFDC

Black with #70BFDC

Text Example


Text Example

White with #70BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,191,220); }

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

background-color css

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

 a { background-color: rgb(112,191,220); }

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

border-color css

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

 span { border-color: rgb(112,191,220); }

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