Html Css Color HEX #7FB9DA Seagull

📋 copy color: '#7FB9DA'

red 127 ◦ green 185 ◦ blue 218

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

Shades of Seagull #7FB9DA

Tints of Seagull #7FB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 23.96%
G = 34.91%
B = 41.13%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FB9DA (or 0x7FB9DA) is known color: Seagull. HEX triplet: 7F, B9 and DA. RGB value is (127,185,218). Sum of RGB (Red+Green+Blue) = 127+185+218=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB9DA is #804625. Grayscale: #ABABAB. Windows color (decimal): -8406566 or 14334335. OLE color: 14334335.

HSL color Cylindrical-coordinate representation of color #7FB9DA: hue angle of 201.76º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB9DA is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 185 218 -
CMYK 0.42 0.15 0 0.15
HSL 201.76º 0.55% 0.68% -
HSV(B) 201.76º 0.42% 0.85% -
XYZ 38.76 44.27 72.83 -
YUV 171.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 127 185 218 0.42 0.15 0 0.15 201.76 0.55 0.68
Hex 7F B9 DA 2A F 0 F CA 37 44
Octal 177 271 332 52 17 0 17 312 67 104
Binary 1111111 10111001 11011010 101010 1111 0 1111 11001010 110111 1000100

Color Harmonies of #7FB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB9DA

Black with #7FB9DA

Text Example


Text Example

White with #7FB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,185,218); }

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

background-color css

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

 a { background-color: rgb(127,185,218); }

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

border-color css

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

 span { border-color: rgb(127,185,218); }

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