Html Css Color HEX #76BBDE Seagull

📋 copy color: '#76BBDE'

red 118 ◦ green 187 ◦ blue 222

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

Shades of Seagull #76BBDE

Tints of Seagull #76BBDE

RGB

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

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

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

R = 22.39%
G = 35.48%
B = 42.13%

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

#76BBDE (or 0x76BBDE) is known color: Seagull. HEX triplet: 76, BB and DE. RGB value is (118,187,222). Sum of RGB (Red+Green+Blue) = 118+187+222=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #76BBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBDE is #894421. Grayscale: #AAAAAA. Windows color (decimal): -8995874 or 14596982. OLE color: 14596982.

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

Color convert

RGB 118 187 222 -
CMYK 0.47 0.16 0 0.13
HSL 200.19º 0.61% 0.67% -
HSV(B) 200.19º 0.47% 0.87% -
XYZ 38.43 44.67 75.7 -
YUV 170.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 118 187 222 0.47 0.16 0 0.13 200.19 0.61 0.67
Hex 76 BB DE 2F 10 0 D C8 3D 43
Octal 166 273 336 57 20 0 15 310 75 103
Binary 1110110 10111011 11011110 101111 10000 0 1101 11001000 111101 1000011

Color Harmonies of #76BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBDE

Black with #76BBDE

Text Example


Text Example

White with #76BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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