Html Css Color HEX #7FBDD8 Seagull

📋 copy color: '#7FBDD8'

red 127 ◦ green 189 ◦ blue 216

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

Shades of Seagull #7FBDD8

Tints of Seagull #7FBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 23.87%
G = 35.53%
B = 40.6%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FBDD8 (or 0x7FBDD8) is known color: Seagull. HEX triplet: 7F, BD and D8. RGB value is (127,189,216). Sum of RGB (Red+Green+Blue) = 127+189+216=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #7FBDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDD8 is #804227. Grayscale: #ADADAD. Windows color (decimal): -8405544 or 14204287. OLE color: 14204287.

HSL color Cylindrical-coordinate representation of color #7FBDD8: hue angle of 198.2º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FBDD8 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 189 216 -
CMYK 0.41 0.12 0 0.15
HSL 198.2º 0.53% 0.67% -
HSV(B) 198.2º 0.41% 0.85% -
XYZ 39.34 45.87 71.74 -
YUV 173.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 127 189 216 0.41 0.12 0 0.15 198.2 0.53 0.67
Hex 7F BD D8 29 C 0 F C6 35 43
Octal 177 275 330 51 14 0 17 306 65 103
Binary 1111111 10111101 11011000 101001 1100 0 1111 11000110 110101 1000011

Color Harmonies of #7FBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBDD8

Black with #7FBDD8

Text Example


Text Example

White with #7FBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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