Html Css Color HEX #73BBDF Malibu

📋 copy color: '#73BBDF'

red 115 ◦ green 187 ◦ blue 223

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

Shades of Malibu #73BBDF

Tints of Malibu #73BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

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

R = 21.9%
G = 35.62%
B = 42.48%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73BBDF (or 0x73BBDF) is known color: Malibu. HEX triplet: 73, BB and DF. RGB value is (115,187,223). Sum of RGB (Red+Green+Blue) = 115+187+223=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #73BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBDF is #8C4420. Grayscale: #A9A9A9. Windows color (decimal): -9192481 or 14662515. OLE color: 14662515.

HSL color Cylindrical-coordinate representation of color #73BBDF: hue angle of 200º 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 #73BBDF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 187 223 -
CMYK 0.48 0.16 0 0.13
HSL 200º 0.63% 0.66% -
HSV(B) 200º 0.48% 0.87% -
XYZ 38.16 44.51 76.39 -
YUV 169.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 115 187 223 0.48 0.16 0 0.13 200 0.63 0.66
Hex 73 BB DF 30 10 0 D C8 3F 42
Octal 163 273 337 60 20 0 15 310 77 102
Binary 1110011 10111011 11011111 110000 10000 0 1101 11001000 111111 1000010

Color Harmonies of #73BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBDF

Black with #73BBDF

Text Example


Text Example

White with #73BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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