Html Css Color HEX #75ABCE Seagull

📋 copy color: '#75ABCE'

red 117 ◦ green 171 ◦ blue 206

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

Shades of Seagull #75ABCE

Tints of Seagull #75ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 23.68%
G = 34.62%
B = 41.7%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75ABCE (or 0x75ABCE) is known color: Seagull. HEX triplet: 75, AB and CE. RGB value is (117,171,206). Sum of RGB (Red+Green+Blue) = 117+171+206=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #75ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABCE is #8A5431. Grayscale: #9E9E9E. Windows color (decimal): -9065522 or 13544309. OLE color: 13544309.

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

Color convert

RGB 117 171 206 -
CMYK 0.43 0.17 0 0.19
HSL 203.6º 0.48% 0.63% -
HSV(B) 203.6º 0.43% 0.81% -
XYZ 33.04 37.36 63.86 -
YUV 158.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 117 171 206 0.43 0.17 0 0.19 203.6 0.48 0.63
Hex 75 AB CE 2B 11 0 13 CC 30 3F
Octal 165 253 316 53 21 0 23 314 60 77
Binary 1110101 10101011 11001110 101011 10001 0 10011 11001100 110000 111111

Color Harmonies of #75ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ABCE

Black with #75ABCE

Text Example


Text Example

White with #75ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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