Html Css Color HEX #76BBDF Seagull

📋 copy color: '#76BBDF'

red 118 ◦ green 187 ◦ blue 223

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

Shades of Seagull #76BBDF

Tints of Seagull #76BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.42%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 22.35%
G = 35.42%
B = 42.23%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76BBDF (or 0x76BBDF) is known color: Seagull. HEX triplet: 76, BB and DF. RGB value is (118,187,223). Sum of RGB (Red+Green+Blue) = 118+187+223=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #76BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBDF is #894420. Grayscale: #AAAAAA. Windows color (decimal): -8995873 or 14662518. OLE color: 14662518.

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

Color convert

RGB 118 187 223 -
CMYK 0.47 0.16 0 0.13
HSL 200.57º 0.62% 0.67% -
HSV(B) 200.57º 0.47% 0.87% -
XYZ 38.56 44.72 76.41 -
YUV 170.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 118 187 223 0.47 0.16 0 0.13 200.57 0.62 0.67
Hex 76 BB DF 2F 10 0 D C9 3E 43
Octal 166 273 337 57 20 0 15 311 76 103
Binary 1110110 10111011 11011111 101111 10000 0 1101 11001001 111110 1000011

Color Harmonies of #76BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBDF

Black with #76BBDF

Text Example


Text Example

White with #76BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,223); }

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

background-color css

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

 a { background-color: rgb(118,187,223); }

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

border-color css

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

 span { border-color: rgb(118,187,223); }

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