Html Css Color HEX #75BFE6 Malibu

📋 copy color: '#75BFE6'

red 117 ◦ green 191 ◦ blue 230

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

Shades of Malibu #75BFE6

Tints of Malibu #75BFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 21.75%
G = 35.5%
B = 42.75%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#75BFE6 (or 0x75BFE6) is known color: Malibu. HEX triplet: 75, BF and E6. RGB value is (117,191,230). Sum of RGB (Red+Green+Blue) = 117+191+230=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #75BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFE6 is #8A4019. Grayscale: #ADADAD. Windows color (decimal): -9060378 or 15122293. OLE color: 15122293.

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

Color convert

RGB 117 191 230 -
CMYK 0.49 0.17 0 0.10
HSL 200.71º 0.69% 0.68% -
HSV(B) 200.71º 0.49% 0.9% -
XYZ 40.25 46.76 81.77 -
YUV 173.32 159.98 87.83 -
System Red Green Blue C M Y K H S L
Decimal 117 191 230 0.49 0.17 0 0.10 200.71 0.69 0.68
Hex 75 BF E6 31 11 0 A C9 45 44
Octal 165 277 346 61 21 0 12 311 105 104
Binary 1110101 10111111 11100110 110001 10001 0 1010 11001001 1000101 1000100

Color Harmonies of #75BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFE6

Black with #75BFE6

Text Example


Text Example

White with #75BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,230); }

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

background-color css

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

 a { background-color: rgb(117,191,230); }

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

border-color css

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

 span { border-color: rgb(117,191,230); }

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