Html Css Color HEX #74BCDD Seagull

📋 copy color: '#74BCDD'

red 116 ◦ green 188 ◦ blue 221

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

Shades of Seagull #74BCDD

Tints of Seagull #74BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 22.1%
G = 35.81%
B = 42.1%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74BCDD (or 0x74BCDD) is known color: Seagull. HEX triplet: 74, BC and DD. RGB value is (116,188,221). Sum of RGB (Red+Green+Blue) = 116+188+221=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #74BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCDD is #8B4322. Grayscale: #AAAAAA. Windows color (decimal): -9126691 or 14531700. OLE color: 14531700.

HSL color Cylindrical-coordinate representation of color #74BCDD: hue angle of 198.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BCDD is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 188 221 -
CMYK 0.48 0.15 0 0.13
HSL 198.86º 0.61% 0.66% -
HSV(B) 198.86º 0.48% 0.87% -
XYZ 38.24 44.9 75.06 -
YUV 170.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 116 188 221 0.48 0.15 0 0.13 198.86 0.61 0.66
Hex 74 BC DD 30 F 0 D C7 3D 42
Octal 164 274 335 60 17 0 15 307 75 102
Binary 1110100 10111100 11011101 110000 1111 0 1101 11000111 111101 1000010

Color Harmonies of #74BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCDD

Black with #74BCDD

Text Example


Text Example

White with #74BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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