Html Css Color HEX #74ADCD Seagull

📋 copy color: '#74ADCD'

red 116 ◦ green 173 ◦ blue 205

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

Shades of Seagull #74ADCD

Tints of Seagull #74ADCD

RGB

 RED value IS 116 (45.7% from 255) = 23.48%

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

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

R = 23.48%
G = 35.02%
B = 41.5%

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

#74ADCD (or 0x74ADCD) is known color: Seagull. HEX triplet: 74, AD and CD. RGB value is (116,173,205). Sum of RGB (Red+Green+Blue) = 116+173+205=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #74ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADCD is #8B5232. Grayscale: #9F9F9F. Windows color (decimal): -9130547 or 13479284. OLE color: 13479284.

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

Color convert

RGB 116 173 205 -
CMYK 0.43 0.16 0 0.20
HSL 201.57º 0.47% 0.63% -
HSV(B) 201.57º 0.43% 0.8% -
XYZ 33.17 38.01 63.35 -
YUV 159.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 116 173 205 0.43 0.16 0 0.20 201.57 0.47 0.63
Hex 74 AD CD 2B 10 0 14 CA 2F 3F
Octal 164 255 315 53 20 0 24 312 57 77
Binary 1110100 10101101 11001101 101011 10000 0 10100 11001010 101111 111111

Color Harmonies of #74ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADCD

Black with #74ADCD

Text Example


Text Example

White with #74ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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