Html Css Color HEX #7FB6DA Seagull

📋 copy color: '#7FB6DA'

red 127 ◦ green 182 ◦ blue 218

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

Shades of Seagull #7FB6DA

Tints of Seagull #7FB6DA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.54%

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

R = 24.1%
G = 34.54%
B = 41.37%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FB6DA (or 0x7FB6DA) is known color: Seagull. HEX triplet: 7F, B6 and DA. RGB value is (127,182,218). Sum of RGB (Red+Green+Blue) = 127+182+218=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6DA is #804925. Grayscale: #A9A9A9. Windows color (decimal): -8407334 or 14333567. OLE color: 14333567.

HSL color Cylindrical-coordinate representation of color #7FB6DA: hue angle of 203.74º 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 #7FB6DA is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 182 218 -
CMYK 0.42 0.17 0 0.15
HSL 203.74º 0.55% 0.68% -
HSV(B) 203.74º 0.42% 0.85% -
XYZ 38.14 43.03 72.63 -
YUV 169.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 127 182 218 0.42 0.17 0 0.15 203.74 0.55 0.68
Hex 7F B6 DA 2A 11 0 F CC 37 44
Octal 177 266 332 52 21 0 17 314 67 104
Binary 1111111 10110110 11011010 101010 10001 0 1111 11001100 110111 1000100

Color Harmonies of #7FB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB6DA

Black with #7FB6DA

Text Example


Text Example

White with #7FB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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