Html Css Color HEX #74BCDC Seagull

📋 copy color: '#74BCDC'

red 116 ◦ green 188 ◦ blue 220

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

Shades of Seagull #74BCDC

Tints of Seagull #74BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 22.14%
G = 35.88%
B = 41.98%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74BCDC (or 0x74BCDC) is known color: Seagull. HEX triplet: 74, BC and DC. RGB value is (116,188,220). Sum of RGB (Red+Green+Blue) = 116+188+220=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #74BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCDC is #8B4323. Grayscale: #A9A9A9. Windows color (decimal): -9126692 or 14466164. OLE color: 14466164.

HSL color Cylindrical-coordinate representation of color #74BCDC: hue angle of 198.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74BCDC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 188 220 -
CMYK 0.47 0.15 0 0.14
HSL 198.46º 0.6% 0.66% -
HSV(B) 198.46º 0.47% 0.86% -
XYZ 38.1 44.85 74.36 -
YUV 170.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 116 188 220 0.47 0.15 0 0.14 198.46 0.6 0.66
Hex 74 BC DC 2F F 0 E C6 3C 42
Octal 164 274 334 57 17 0 16 306 74 102
Binary 1110100 10111100 11011100 101111 1111 0 1110 11000110 111100 1000010

Color Harmonies of #74BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCDC

Black with #74BCDC

Text Example


Text Example

White with #74BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,220); }

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

background-color css

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

 a { background-color: rgb(116,188,220); }

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

border-color css

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

 span { border-color: rgb(116,188,220); }

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