Html Css Color HEX #75AECA Seagull

📋 copy color: '#75AECA'

red 117 ◦ green 174 ◦ blue 202

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

Shades of Seagull #75AECA

Tints of Seagull #75AECA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.29%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 23.73%
G = 35.29%
B = 40.97%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#75AECA (or 0x75AECA) is known color: Seagull. HEX triplet: 75, AE and CA. RGB value is (117,174,202). Sum of RGB (Red+Green+Blue) = 117+174+202=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #75AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AECA is #8A5135. Grayscale: #9F9F9F. Windows color (decimal): -9064758 or 13282933. OLE color: 13282933.

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

Color convert

RGB 117 174 202 -
CMYK 0.42 0.14 0 0.21
HSL 199.76º 0.45% 0.63% -
HSV(B) 199.76º 0.42% 0.79% -
XYZ 33.13 38.32 61.53 -
YUV 160.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 117 174 202 0.42 0.14 0 0.21 199.76 0.45 0.63
Hex 75 AE CA 2A E 0 15 C8 2D 3F
Octal 165 256 312 52 16 0 25 310 55 77
Binary 1110101 10101110 11001010 101010 1110 0 10101 11001000 101101 111111

Color Harmonies of #75AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AECA

Black with #75AECA

Text Example


Text Example

White with #75AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,174,202); }

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

background-color css

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

 a { background-color: rgb(117,174,202); }

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

border-color css

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

 span { border-color: rgb(117,174,202); }

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