Html Css Color HEX #7FBFDA Seagull

📋 copy color: '#7FBFDA'

red 127 ◦ green 191 ◦ blue 218

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

Shades of Seagull #7FBFDA

Tints of Seagull #7FBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 35.63%

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

R = 23.69%
G = 35.63%
B = 40.67%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FBFDA (or 0x7FBFDA) is known color: Seagull. HEX triplet: 7F, BF and DA. RGB value is (127,191,218). Sum of RGB (Red+Green+Blue) = 127+191+218=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFDA is #804025. Grayscale: #AEAEAE. Windows color (decimal): -8405030 or 14335871. OLE color: 14335871.

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

Color convert

RGB 127 191 218 -
CMYK 0.42 0.12 0 0.15
HSL 197.8º 0.55% 0.68% -
HSV(B) 197.8º 0.42% 0.85% -
XYZ 40.04 46.84 73.26 -
YUV 174.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 127 191 218 0.42 0.12 0 0.15 197.8 0.55 0.68
Hex 7F BF DA 2A C 0 F C6 37 44
Octal 177 277 332 52 14 0 17 306 67 104
Binary 1111111 10111111 11011010 101010 1100 0 1111 11000110 110111 1000100

Color Harmonies of #7FBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBFDA

Black with #7FBFDA

Text Example


Text Example

White with #7FBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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