Html Css Color HEX #75AECE Seagull

📋 copy color: '#75AECE'

red 117 ◦ green 174 ◦ blue 206

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

Shades of Seagull #75AECE

Tints of Seagull #75AECE

RGB

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

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

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

R = 23.54%
G = 35.01%
B = 41.45%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75AECE (or 0x75AECE) is known color: Seagull. HEX triplet: 75, AE and CE. RGB value is (117,174,206). Sum of RGB (Red+Green+Blue) = 117+174+206=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #75AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AECE is #8A5131. Grayscale: #A0A0A0. Windows color (decimal): -9064754 or 13545077. OLE color: 13545077.

HSL color Cylindrical-coordinate representation of color #75AECE: hue angle of 201.57º 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 #75AECE is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 174 206 -
CMYK 0.43 0.16 0 0.19
HSL 201.57º 0.48% 0.63% -
HSV(B) 201.57º 0.43% 0.81% -
XYZ 33.61 38.51 64.05 -
YUV 160.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 117 174 206 0.43 0.16 0 0.19 201.57 0.48 0.63
Hex 75 AE CE 2B 10 0 13 CA 30 3F
Octal 165 256 316 53 20 0 23 312 60 77
Binary 1110101 10101110 11001110 101011 10000 0 10011 11001010 110000 111111

Color Harmonies of #75AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AECE

Black with #75AECE

Text Example


Text Example

White with #75AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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