Html Css Color HEX #75B7E6 Malibu

📋 copy color: '#75B7E6'

red 117 ◦ green 183 ◦ blue 230

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

Shades of Malibu #75B7E6

Tints of Malibu #75B7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.53%

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

R = 22.08%
G = 34.53%
B = 43.4%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#75B7E6 (or 0x75B7E6) is known color: Malibu. HEX triplet: 75, B7 and E6. RGB value is (117,183,230). Sum of RGB (Red+Green+Blue) = 117+183+230=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #75B7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B7E6 is #8A4819. Grayscale: #A8A8A8. Windows color (decimal): -9062426 or 15120245. OLE color: 15120245.

HSL color Cylindrical-coordinate representation of color #75B7E6: hue angle of 204.96º 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 #75B7E6 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 183 230 -
CMYK 0.49 0.20 0 0.10
HSL 204.96º 0.69% 0.68% -
HSV(B) 204.96º 0.49% 0.9% -
XYZ 38.55 43.36 81.2 -
YUV 168.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 117 183 230 0.49 0.20 0 0.10 204.96 0.69 0.68
Hex 75 B7 E6 31 14 0 A CD 45 44
Octal 165 267 346 61 24 0 12 315 105 104
Binary 1110101 10110111 11100110 110001 10100 0 1010 11001101 1000101 1000100

Color Harmonies of #75B7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B7E6

Black with #75B7E6

Text Example


Text Example

White with #75B7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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