Html Css Color HEX #7FBDDD Seagull

📋 copy color: '#7FBDDD'

red 127 ◦ green 189 ◦ blue 221

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

Shades of Seagull #7FBDDD

Tints of Seagull #7FBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

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

R = 23.65%
G = 35.2%
B = 41.15%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FBDDD (or 0x7FBDDD) is known color: Seagull. HEX triplet: 7F, BD and DD. RGB value is (127,189,221). Sum of RGB (Red+Green+Blue) = 127+189+221=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDDD is #804222. Grayscale: #ADADAD. Windows color (decimal): -8405539 or 14531967. OLE color: 14531967.

HSL color Cylindrical-coordinate representation of color #7FBDDD: hue angle of 200.43º 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 #7FBDDD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 189 221 -
CMYK 0.43 0.14 0 0.13
HSL 200.43º 0.58% 0.68% -
HSV(B) 200.43º 0.43% 0.87% -
XYZ 40 46.13 75.2 -
YUV 174.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 127 189 221 0.43 0.14 0 0.13 200.43 0.58 0.68
Hex 7F BD DD 2B E 0 D C8 3A 44
Octal 177 275 335 53 16 0 15 310 72 104
Binary 1111111 10111101 11011101 101011 1110 0 1101 11001000 111010 1000100

Color Harmonies of #7FBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBDDD

Black with #7FBDDD

Text Example


Text Example

White with #7FBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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