Html Css Color HEX #78BDE5 Malibu

📋 copy color: '#78BDE5'

red 120 ◦ green 189 ◦ blue 229

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

Shades of Malibu #78BDE5

Tints of Malibu #78BDE5

RGB

 RED value IS 120 (47.27% from 255) = 22.3%

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 22.3%
G = 35.13%
B = 42.57%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78BDE5 (or 0x78BDE5) is known color: Malibu. HEX triplet: 78, BD and E5. RGB value is (120,189,229). Sum of RGB (Red+Green+Blue) = 120+189+229=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #78BDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDE5 is #87421A. Grayscale: #ACACAC. Windows color (decimal): -8864283 or 15056248. OLE color: 15056248.

HSL color Cylindrical-coordinate representation of color #78BDE5: hue angle of 202.02º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78BDE5 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 189 229 -
CMYK 0.48 0.17 0 0.10
HSL 202.02º 0.68% 0.68% -
HSV(B) 202.02º 0.48% 0.9% -
XYZ 40.09 46.05 80.9 -
YUV 172.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 120 189 229 0.48 0.17 0 0.10 202.02 0.68 0.68
Hex 78 BD E5 30 11 0 A CA 44 44
Octal 170 275 345 60 21 0 12 312 104 104
Binary 1111000 10111101 11100101 110000 10001 0 1010 11001010 1000100 1000100

Color Harmonies of #78BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDE5

Black with #78BDE5

Text Example


Text Example

White with #78BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78BDE5; }

 p { color: rgb(120,189,229); }

 H1.HeaderClassName
 {
   color: #78BDE5;
 }
 .AnyTagClassName
 {
   color: #78BDE5;
 }
</style>

background-color css

<style>
 a { background-color: #78BDE5; }

 a { background-color: rgb(120,189,229); }

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

border-color css

<style>
 span { border-color: #78BDE5; }

 span { border-color: rgb(120,189,229); }

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