Html Css Color HEX #74BACD Seagull

📋 copy color: '#74BACD'

red 116 ◦ green 186 ◦ blue 205

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

Shades of Seagull #74BACD

Tints of Seagull #74BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

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

R = 22.88%
G = 36.69%
B = 40.43%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74BACD (or 0x74BACD) is known color: Seagull. HEX triplet: 74, BA and CD. RGB value is (116,186,205). Sum of RGB (Red+Green+Blue) = 116+186+205=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #74BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BACD is #8B4532. Grayscale: #A7A7A7. Windows color (decimal): -9127219 or 13482612. OLE color: 13482612.

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

Color convert

RGB 116 186 205 -
CMYK 0.43 0.09 0 0.20
HSL 192.81º 0.47% 0.63% -
HSV(B) 192.81º 0.43% 0.8% -
XYZ 35.78 43.24 64.22 -
YUV 167.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 116 186 205 0.43 0.09 0 0.20 192.81 0.47 0.63
Hex 74 BA CD 2B 9 0 14 C1 2F 3F
Octal 164 272 315 53 11 0 24 301 57 77
Binary 1110100 10111010 11001101 101011 1001 0 10100 11000001 101111 111111

Color Harmonies of #74BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BACD

Black with #74BACD

Text Example


Text Example

White with #74BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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