Html Css Color HEX #75ACD1 Seagull

📋 copy color: '#75ACD1'

red 117 ◦ green 172 ◦ blue 209

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

Shades of Seagull #75ACD1

Tints of Seagull #75ACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.54%

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 23.49%
G = 34.54%
B = 41.97%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#75ACD1 (or 0x75ACD1) is known color: Seagull. HEX triplet: 75, AC and D1. RGB value is (117,172,209). Sum of RGB (Red+Green+Blue) = 117+172+209=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #75ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACD1 is #8A532E. Grayscale: #9F9F9F. Windows color (decimal): -9065263 or 13741173. OLE color: 13741173.

HSL color Cylindrical-coordinate representation of color #75ACD1: hue angle of 204.13º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75ACD1 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 172 209 -
CMYK 0.44 0.18 0 0.18
HSL 204.13º 0.5% 0.64% -
HSV(B) 204.13º 0.44% 0.82% -
XYZ 33.6 37.89 65.86 -
YUV 159.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 117 172 209 0.44 0.18 0 0.18 204.13 0.5 0.64
Hex 75 AC D1 2C 12 0 12 CC 32 40
Octal 165 254 321 54 22 0 22 314 62 100
Binary 1110101 10101100 11010001 101100 10010 0 10010 11001100 110010 1000000

Color Harmonies of #75ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACD1

Black with #75ACD1

Text Example


Text Example

White with #75ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,209); }

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

background-color css

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

 a { background-color: rgb(117,172,209); }

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

border-color css

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

 span { border-color: rgb(117,172,209); }

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