Html Css Color HEX #73BFDF Malibu

📋 copy color: '#73BFDF'

red 115 ◦ green 191 ◦ blue 223

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

Shades of Malibu #73BFDF

Tints of Malibu #73BFDF

RGB

 RED value IS 115 (45.31% from 255) = 21.74%

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

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

R = 21.74%
G = 36.11%
B = 42.16%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73BFDF (or 0x73BFDF) is known color: Malibu. HEX triplet: 73, BF and DF. RGB value is (115,191,223). Sum of RGB (Red+Green+Blue) = 115+191+223=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #73BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFDF is #8C4020. Grayscale: #ABABAB. Windows color (decimal): -9191457 or 14663539. OLE color: 14663539.

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

Color convert

RGB 115 191 223 -
CMYK 0.48 0.14 0 0.13
HSL 197.78º 0.63% 0.66% -
HSV(B) 197.78º 0.48% 0.87% -
XYZ 39.02 46.23 76.68 -
YUV 171.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 115 191 223 0.48 0.14 0 0.13 197.78 0.63 0.66
Hex 73 BF DF 30 E 0 D C6 3F 42
Octal 163 277 337 60 16 0 15 306 77 102
Binary 1110011 10111111 11011111 110000 1110 0 1101 11000110 111111 1000010

Color Harmonies of #73BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFDF

Black with #73BFDF

Text Example


Text Example

White with #73BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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