Html Css Color HEX #75AACB Seagull

📋 copy color: '#75AACB'

red 117 ◦ green 170 ◦ blue 203

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

Shades of Seagull #75AACB

Tints of Seagull #75AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 23.88%
G = 34.69%
B = 41.43%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75AACB (or 0x75AACB) is known color: Seagull. HEX triplet: 75, AA and CB. RGB value is (117,170,203). Sum of RGB (Red+Green+Blue) = 117+170+203=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #75AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AACB is #8A5534. Grayscale: #9D9D9D. Windows color (decimal): -9065781 or 13347445. OLE color: 13347445.

HSL color Cylindrical-coordinate representation of color #75AACB: hue angle of 203.02º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75AACB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 170 203 -
CMYK 0.42 0.16 0 0.20
HSL 203.02º 0.45% 0.63% -
HSV(B) 203.02º 0.42% 0.8% -
XYZ 32.49 36.84 61.9 -
YUV 157.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 117 170 203 0.42 0.16 0 0.20 203.02 0.45 0.63
Hex 75 AA CB 2A 10 0 14 CB 2D 3F
Octal 165 252 313 52 20 0 24 313 55 77
Binary 1110101 10101010 11001011 101010 10000 0 10100 11001011 101101 111111

Color Harmonies of #75AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AACB

Black with #75AACB

Text Example


Text Example

White with #75AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,170,203); }

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

background-color css

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

 a { background-color: rgb(117,170,203); }

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

border-color css

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

 span { border-color: rgb(117,170,203); }

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