Html Css Color HEX #76BFDE Seagull

📋 copy color: '#76BFDE'

red 118 ◦ green 191 ◦ blue 222

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

Shades of Seagull #76BFDE

Tints of Seagull #76BFDE

RGB

 RED value IS 118 (46.48% from 255) = 22.22%

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

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

R = 22.22%
G = 35.97%
B = 41.81%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76BFDE (or 0x76BFDE) is known color: Seagull. HEX triplet: 76, BF and DE. RGB value is (118,191,222). Sum of RGB (Red+Green+Blue) = 118+191+222=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #76BFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFDE is #894021. Grayscale: #ACACAC. Windows color (decimal): -8994850 or 14598006. OLE color: 14598006.

HSL color Cylindrical-coordinate representation of color #76BFDE: hue angle of 197.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76BFDE is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 191 222 -
CMYK 0.47 0.14 0 0.13
HSL 197.88º 0.61% 0.67% -
HSV(B) 197.88º 0.47% 0.87% -
XYZ 39.29 46.39 75.99 -
YUV 172.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 118 191 222 0.47 0.14 0 0.13 197.88 0.61 0.67
Hex 76 BF DE 2F E 0 D C6 3D 43
Octal 166 277 336 57 16 0 15 306 75 103
Binary 1110110 10111111 11011110 101111 1110 0 1101 11000110 111101 1000011

Color Harmonies of #76BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFDE

Black with #76BFDE

Text Example


Text Example

White with #76BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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