Html Css Color HEX #75BAE7 Malibu

📋 copy color: '#75BAE7'

red 117 ◦ green 186 ◦ blue 231

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

Shades of Malibu #75BAE7

Tints of Malibu #75BAE7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.83%

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 21.91%
G = 34.83%
B = 43.26%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#75BAE7 (or 0x75BAE7) is known color: Malibu. HEX triplet: 75, BA and E7. RGB value is (117,186,231). Sum of RGB (Red+Green+Blue) = 117+186+231=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #75BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BAE7 is #8A4518. Grayscale: #AAAAAA. Windows color (decimal): -9061657 or 15186549. OLE color: 15186549.

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

Color convert

RGB 117 186 231 -
CMYK 0.49 0.19 0 0.09
HSL 203.68º 0.7% 0.68% -
HSV(B) 203.68º 0.49% 0.91% -
XYZ 39.32 44.67 82.15 -
YUV 170.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 117 186 231 0.49 0.19 0 0.09 203.68 0.7 0.68
Hex 75 BA E7 31 13 0 9 CC 46 44
Octal 165 272 347 61 23 0 11 314 106 104
Binary 1110101 10111010 11100111 110001 10011 0 1001 11001100 1000110 1000100

Color Harmonies of #75BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAE7

Black with #75BAE7

Text Example


Text Example

White with #75BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,231); }

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

background-color css

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

 a { background-color: rgb(117,186,231); }

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

border-color css

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

 span { border-color: rgb(117,186,231); }

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