Html Css Color HEX #75A2B3 Bali Hai

📋 copy color: '#75A2B3'

red 117 ◦ green 162 ◦ blue 179

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

Shades of Bali Hai #75A2B3

Tints of Bali Hai #75A2B3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.37%

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 25.55%
G = 35.37%
B = 39.08%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#75A2B3 (or 0x75A2B3) is known color: Bali Hai. HEX triplet: 75, A2 and B3. RGB value is (117,162,179). Sum of RGB (Red+Green+Blue) = 117+162+179=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #75A2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2B3 is #8A5D4C. Grayscale: #969696. Windows color (decimal): -9067853 or 11772533. OLE color: 11772533.

HSL color Cylindrical-coordinate representation of color #75A2B3: hue angle of 196.45º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75A2B3 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 162 179 -
CMYK 0.35 0.09 0 0.30
HSL 196.45º 0.29% 0.58% -
HSV(B) 196.45º 0.35% 0.7% -
XYZ 28.39 32.88 47.5 -
YUV 150.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 117 162 179 0.35 0.09 0 0.30 196.45 0.29 0.58
Hex 75 A2 B3 23 9 0 1E C4 1D 3A
Octal 165 242 263 43 11 0 36 304 35 72
Binary 1110101 10100010 10110011 100011 1001 0 11110 11000100 11101 111010

Color Harmonies of #75A2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A2B3

Black with #75A2B3

Text Example


Text Example

White with #75A2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,162,179); }

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

background-color css

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

 a { background-color: rgb(117,162,179); }

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

border-color css

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

 span { border-color: rgb(117,162,179); }

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