Html Css Color HEX #74BFDE Seagull

📋 copy color: '#74BFDE'

red 116 ◦ green 191 ◦ blue 222

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

Shades of Seagull #74BFDE

Tints of Seagull #74BFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 21.93%
G = 36.11%
B = 41.97%

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

#74BFDE (or 0x74BFDE) is known color: Seagull. HEX triplet: 74, BF and DE. RGB value is (116,191,222). Sum of RGB (Red+Green+Blue) = 116+191+222=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #74BFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFDE is #8B4021. Grayscale: #ABABAB. Windows color (decimal): -9125922 or 14598004. OLE color: 14598004.

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

Color convert

RGB 116 191 222 -
CMYK 0.48 0.14 0 0.13
HSL 197.55º 0.62% 0.66% -
HSV(B) 197.55º 0.48% 0.87% -
XYZ 39.02 46.25 75.98 -
YUV 172.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 116 191 222 0.48 0.14 0 0.13 197.55 0.62 0.66
Hex 74 BF DE 30 E 0 D C6 3E 42
Octal 164 277 336 60 16 0 15 306 76 102
Binary 1110100 10111111 11011110 110000 1110 0 1101 11000110 111110 1000010

Color Harmonies of #74BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFDE

Black with #74BFDE

Text Example


Text Example

White with #74BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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