Html Css Color HEX #7FBADD Seagull

📋 copy color: '#7FBADD'

red 127 ◦ green 186 ◦ blue 221

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

Shades of Seagull #7FBADD

Tints of Seagull #7FBADD

RGB

 RED value IS 127 (50% from 255) = 23.78%

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 23.78%
G = 34.83%
B = 41.39%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FBADD (or 0x7FBADD) is known color: Seagull. HEX triplet: 7F, BA and DD. RGB value is (127,186,221). Sum of RGB (Red+Green+Blue) = 127+186+221=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBADD is #804522. Grayscale: #ACACAC. Windows color (decimal): -8406307 or 14531199. OLE color: 14531199.

HSL color Cylindrical-coordinate representation of color #7FBADD: hue angle of 202.34º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBADD is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 186 221 -
CMYK 0.43 0.16 0 0.13
HSL 202.34º 0.58% 0.68% -
HSV(B) 202.34º 0.43% 0.87% -
XYZ 39.36 44.85 74.99 -
YUV 172.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 127 186 221 0.43 0.16 0 0.13 202.34 0.58 0.68
Hex 7F BA DD 2B 10 0 D CA 3A 44
Octal 177 272 335 53 20 0 15 312 72 104
Binary 1111111 10111010 11011101 101011 10000 0 1101 11001010 111010 1000100

Color Harmonies of #7FBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBADD

Black with #7FBADD

Text Example


Text Example

White with #7FBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBADD; }

 p { color: rgb(127,186,221); }

 H1.HeaderClassName
 {
   color: #7FBADD;
 }
 .AnyTagClassName
 {
   color: #7FBADD;
 }
</style>

background-color css

<style>
 a { background-color: #7FBADD; }

 a { background-color: rgb(127,186,221); }

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

border-color css

<style>
 span { border-color: #7FBADD; }

 span { border-color: rgb(127,186,221); }

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