Html Css Color HEX #70BFDF Malibu

📋 copy color: '#70BFDF'

red 112 ◦ green 191 ◦ blue 223

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

Shades of Malibu #70BFDF

Tints of Malibu #70BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 21.29%
G = 36.31%
B = 42.4%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70BFDF (or 0x70BFDF) is known color: Malibu. HEX triplet: 70, BF and DF. RGB value is (112,191,223). Sum of RGB (Red+Green+Blue) = 112+191+223=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #70BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFDF is #8F4020. Grayscale: #AAAAAA. Windows color (decimal): -9388065 or 14663536. OLE color: 14663536.

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

Color convert

RGB 112 191 223 -
CMYK 0.50 0.14 0 0.13
HSL 197.3º 0.63% 0.66% -
HSV(B) 197.3º 0.5% 0.87% -
XYZ 38.63 46.03 76.66 -
YUV 171.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 112 191 223 0.50 0.14 0 0.13 197.3 0.63 0.66
Hex 70 BF DF 32 E 0 D C5 3F 42
Octal 160 277 337 62 16 0 15 305 77 102
Binary 1110000 10111111 11011111 110010 1110 0 1101 11000101 111111 1000010

Color Harmonies of #70BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFDF

Black with #70BFDF

Text Example


Text Example

White with #70BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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