Html Css Color HEX #73BFEA Malibu

📋 copy color: '#73BFEA'

red 115 ◦ green 191 ◦ blue 234

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

Shades of Malibu #73BFEA

Tints of Malibu #73BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 21.3%
G = 35.37%
B = 43.33%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73BFEA (or 0x73BFEA) is known color: Malibu. HEX triplet: 73, BF and EA. RGB value is (115,191,234). Sum of RGB (Red+Green+Blue) = 115+191+234=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #73BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFEA is #8C4015. Grayscale: #ACACAC. Windows color (decimal): -9191446 or 15384435. OLE color: 15384435.

HSL color Cylindrical-coordinate representation of color #73BFEA: hue angle of 201.68º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BFEA is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 191 234 -
CMYK 0.51 0.18 0 0.08
HSL 201.68º 0.74% 0.68% -
HSV(B) 201.68º 0.51% 0.92% -
XYZ 40.55 46.85 84.75 -
YUV 173.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 115 191 234 0.51 0.18 0 0.08 201.68 0.74 0.68
Hex 73 BF EA 33 12 0 8 CA 4A 44
Octal 163 277 352 63 22 0 10 312 112 104
Binary 1110011 10111111 11101010 110011 10010 0 1000 11001010 1001010 1000100

Color Harmonies of #73BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFEA

Black with #73BFEA

Text Example


Text Example

White with #73BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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