Html Css Color HEX #74BFDD Seagull

📋 copy color: '#74BFDD'

red 116 ◦ green 191 ◦ blue 221

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

Shades of Seagull #74BFDD

Tints of Seagull #74BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 21.97%
G = 36.17%
B = 41.86%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74BFDD (or 0x74BFDD) is known color: Seagull. HEX triplet: 74, BF and DD. RGB value is (116,191,221). Sum of RGB (Red+Green+Blue) = 116+191+221=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #74BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFDD is #8B4022. Grayscale: #ABABAB. Windows color (decimal): -9125923 or 14532468. OLE color: 14532468.

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

Color convert

RGB 116 191 221 -
CMYK 0.48 0.14 0 0.13
HSL 197.14º 0.61% 0.66% -
HSV(B) 197.14º 0.48% 0.87% -
XYZ 38.88 46.2 75.27 -
YUV 172 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 116 191 221 0.48 0.14 0 0.13 197.14 0.61 0.66
Hex 74 BF DD 30 E 0 D C5 3D 42
Octal 164 277 335 60 16 0 15 305 75 102
Binary 1110100 10111111 11011101 110000 1110 0 1101 11000101 111101 1000010

Color Harmonies of #74BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFDD

Black with #74BFDD

Text Example


Text Example

White with #74BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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