Html Css Color HEX #75ADCD Seagull

📋 copy color: '#75ADCD'

red 117 ◦ green 173 ◦ blue 205

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

Shades of Seagull #75ADCD

Tints of Seagull #75ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 23.64%
G = 34.95%
B = 41.41%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75ADCD (or 0x75ADCD) is known color: Seagull. HEX triplet: 75, AD and CD. RGB value is (117,173,205). Sum of RGB (Red+Green+Blue) = 117+173+205=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #75ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADCD is #8A5232. Grayscale: #9F9F9F. Windows color (decimal): -9065011 or 13479285. OLE color: 13479285.

HSL color Cylindrical-coordinate representation of color #75ADCD: hue angle of 201.82º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75ADCD is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 173 205 -
CMYK 0.43 0.16 0 0.20
HSL 201.82º 0.47% 0.63% -
HSV(B) 201.82º 0.43% 0.8% -
XYZ 33.3 38.08 63.35 -
YUV 159.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 117 173 205 0.43 0.16 0 0.20 201.82 0.47 0.63
Hex 75 AD CD 2B 10 0 14 CA 2F 3F
Octal 165 255 315 53 20 0 24 312 57 77
Binary 1110101 10101101 11001101 101011 10000 0 10100 11001010 101111 111111

Color Harmonies of #75ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ADCD

Black with #75ADCD

Text Example


Text Example

White with #75ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,205); }

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

background-color css

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

 a { background-color: rgb(117,173,205); }

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

border-color css

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

 span { border-color: rgb(117,173,205); }

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