Html Css Color HEX #77BADF Seagull

📋 copy color: '#77BADF'

red 119 ◦ green 186 ◦ blue 223

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

Shades of Seagull #77BADF

Tints of Seagull #77BADF

RGB

 RED value IS 119 (46.88% from 255) = 22.54%

 GREEN value IS 186 (73.05% from 255) = 35.23%

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

R = 22.54%
G = 35.23%
B = 42.23%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77BADF (or 0x77BADF) is known color: Seagull. HEX triplet: 77, BA and DF. RGB value is (119,186,223). Sum of RGB (Red+Green+Blue) = 119+186+223=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 186 (73.05% from 255 or 35.23% 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 #77BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BADF is #884520. Grayscale: #A9A9A9. Windows color (decimal): -8930593 or 14662263. OLE color: 14662263.

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

Color convert

RGB 119 186 223 -
CMYK 0.47 0.17 0 0.13
HSL 201.35º 0.62% 0.67% -
HSV(B) 201.35º 0.47% 0.87% -
XYZ 38.49 44.37 76.35 -
YUV 170.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 119 186 223 0.47 0.17 0 0.13 201.35 0.62 0.67
Hex 77 BA DF 2F 11 0 D C9 3E 43
Octal 167 272 337 57 21 0 15 311 76 103
Binary 1110111 10111010 11011111 101111 10001 0 1101 11001001 111110 1000011

Color Harmonies of #77BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BADF

Black with #77BADF

Text Example


Text Example

White with #77BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BADF; }

 p { color: rgb(119,186,223); }

 H1.HeaderClassName
 {
   color: #77BADF;
 }
 .AnyTagClassName
 {
   color: #77BADF;
 }
</style>

background-color css

<style>
 a { background-color: #77BADF; }

 a { background-color: rgb(119,186,223); }

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

border-color css

<style>
 span { border-color: #77BADF; }

 span { border-color: rgb(119,186,223); }

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