Html Css Color HEX #75AECF Seagull

📋 copy color: '#75AECF'

red 117 ◦ green 174 ◦ blue 207

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

Shades of Seagull #75AECF

Tints of Seagull #75AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 23.49%
G = 34.94%
B = 41.57%

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

#75AECF (or 0x75AECF) is known color: Seagull. HEX triplet: 75, AE and CF. RGB value is (117,174,207). Sum of RGB (Red+Green+Blue) = 117+174+207=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #75AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AECF is #8A5130. Grayscale: #A0A0A0. Windows color (decimal): -9064753 or 13610613. OLE color: 13610613.

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

Color convert

RGB 117 174 207 -
CMYK 0.43 0.16 0 0.19
HSL 202º 0.48% 0.64% -
HSV(B) 202º 0.43% 0.81% -
XYZ 33.73 38.56 64.7 -
YUV 160.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 117 174 207 0.43 0.16 0 0.19 202 0.48 0.64
Hex 75 AE CF 2B 10 0 13 CA 30 40
Octal 165 256 317 53 20 0 23 312 60 100
Binary 1110101 10101110 11001111 101011 10000 0 10011 11001010 110000 1000000

Color Harmonies of #75AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AECF

Black with #75AECF

Text Example


Text Example

White with #75AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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