Html Css Color HEX #75BDE8 Malibu

📋 copy color: '#75BDE8'

red 117 ◦ green 189 ◦ blue 232

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

Shades of Malibu #75BDE8

Tints of Malibu #75BDE8

RGB

 RED value IS 117 (46.09% from 255) = 21.75%

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

 BLUE value IS 232 (91.02% from 255) = 43.12%

R = 21.75%
G = 35.13%
B = 43.12%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#75BDE8 (or 0x75BDE8) is known color: Malibu. HEX triplet: 75, BD and E8. RGB value is (117,189,232). Sum of RGB (Red+Green+Blue) = 117+189+232=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #75BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BDE8 is #8A4217. Grayscale: #ACACAC. Windows color (decimal): -9060888 or 15252853. OLE color: 15252853.

HSL color Cylindrical-coordinate representation of color #75BDE8: hue angle of 202.43º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75BDE8 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 189 232 -
CMYK 0.50 0.19 0 0.09
HSL 202.43º 0.71% 0.68% -
HSV(B) 202.43º 0.5% 0.91% -
XYZ 40.1 46 83.11 -
YUV 172.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 117 189 232 0.50 0.19 0 0.09 202.43 0.71 0.68
Hex 75 BD E8 32 13 0 9 CA 47 44
Octal 165 275 350 62 23 0 11 312 107 104
Binary 1110101 10111101 11101000 110010 10011 0 1001 11001010 1000111 1000100

Color Harmonies of #75BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDE8

Black with #75BDE8

Text Example


Text Example

White with #75BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BDE8; }

 p { color: rgb(117,189,232); }

 H1.HeaderClassName
 {
   color: #75BDE8;
 }
 .AnyTagClassName
 {
   color: #75BDE8;
 }
</style>

background-color css

<style>
 a { background-color: #75BDE8; }

 a { background-color: rgb(117,189,232); }

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

border-color css

<style>
 span { border-color: #75BDE8; }

 span { border-color: rgb(117,189,232); }

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