Html Css Color HEX #74B9DD Seagull

📋 copy color: '#74B9DD'

red 116 ◦ green 185 ◦ blue 221

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

Shades of Seagull #74B9DD

Tints of Seagull #74B9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

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

R = 22.22%
G = 35.44%
B = 42.34%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74B9DD (or 0x74B9DD) is known color: Seagull. HEX triplet: 74, B9 and DD. RGB value is (116,185,221). Sum of RGB (Red+Green+Blue) = 116+185+221=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #74B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B9DD is #8B4622. Grayscale: #A8A8A8. Windows color (decimal): -9127459 or 14530932. OLE color: 14530932.

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

Color convert

RGB 116 185 221 -
CMYK 0.48 0.16 0 0.13
HSL 200.57º 0.61% 0.66% -
HSV(B) 200.57º 0.48% 0.87% -
XYZ 37.6 43.63 74.85 -
YUV 168.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 116 185 221 0.48 0.16 0 0.13 200.57 0.61 0.66
Hex 74 B9 DD 30 10 0 D C9 3D 42
Octal 164 271 335 60 20 0 15 311 75 102
Binary 1110100 10111001 11011101 110000 10000 0 1101 11001001 111101 1000010

Color Harmonies of #74B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B9DD

Black with #74B9DD

Text Example


Text Example

White with #74B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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