Html Css Color HEX #75BCE1 Malibu

📋 copy color: '#75BCE1'

red 117 ◦ green 188 ◦ blue 225

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

Shades of Malibu #75BCE1

Tints of Malibu #75BCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 22.08%
G = 35.47%
B = 42.45%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#75BCE1 (or 0x75BCE1) is known color: Malibu. HEX triplet: 75, BC and E1. RGB value is (117,188,225). Sum of RGB (Red+Green+Blue) = 117+188+225=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #75BCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCE1 is #8A431E. Grayscale: #AAAAAA. Windows color (decimal): -9061151 or 14793845. OLE color: 14793845.

HSL color Cylindrical-coordinate representation of color #75BCE1: hue angle of 200.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75BCE1 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 188 225 -
CMYK 0.48 0.16 0 0.12
HSL 200.56º 0.64% 0.67% -
HSV(B) 200.56º 0.48% 0.88% -
XYZ 38.91 45.18 77.9 -
YUV 170.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 117 188 225 0.48 0.16 0 0.12 200.56 0.64 0.67
Hex 75 BC E1 30 10 0 C C9 40 43
Octal 165 274 341 60 20 0 14 311 100 103
Binary 1110101 10111100 11100001 110000 10000 0 1100 11001001 1000000 1000011

Color Harmonies of #75BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCE1

Black with #75BCE1

Text Example


Text Example

White with #75BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,225); }

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

background-color css

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

 a { background-color: rgb(117,188,225); }

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

border-color css

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

 span { border-color: rgb(117,188,225); }

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