Html Css Color HEX #75ABCD Seagull

📋 copy color: '#75ABCD'

red 117 ◦ green 171 ◦ blue 205

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

Shades of Seagull #75ABCD

Tints of Seagull #75ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 23.73%
G = 34.69%
B = 41.58%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75ABCD (or 0x75ABCD) is known color: Seagull. HEX triplet: 75, AB and CD. RGB value is (117,171,205). Sum of RGB (Red+Green+Blue) = 117+171+205=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #75ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABCD is #8A5432. Grayscale: #9E9E9E. Windows color (decimal): -9065523 or 13478773. OLE color: 13478773.

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

Color convert

RGB 117 171 205 -
CMYK 0.43 0.17 0 0.20
HSL 203.18º 0.47% 0.63% -
HSV(B) 203.18º 0.43% 0.8% -
XYZ 32.92 37.32 63.23 -
YUV 158.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 117 171 205 0.43 0.17 0 0.20 203.18 0.47 0.63
Hex 75 AB CD 2B 11 0 14 CB 2F 3F
Octal 165 253 315 53 21 0 24 313 57 77
Binary 1110101 10101011 11001101 101011 10001 0 10100 11001011 101111 111111

Color Harmonies of #75ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ABCD

Black with #75ABCD

Text Example


Text Example

White with #75ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,205); }

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

background-color css

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

 a { background-color: rgb(117,171,205); }

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

border-color css

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

 span { border-color: rgb(117,171,205); }

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