Html Css Color HEX #7FBBDA Seagull

📋 copy color: '#7FBBDA'

red 127 ◦ green 187 ◦ blue 218

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

Shades of Seagull #7FBBDA

Tints of Seagull #7FBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

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

R = 23.87%
G = 35.15%
B = 40.98%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FBBDA (or 0x7FBBDA) is known color: Seagull. HEX triplet: 7F, BB and DA. RGB value is (127,187,218). Sum of RGB (Red+Green+Blue) = 127+187+218=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FBBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBDA is #804425. Grayscale: #ACACAC. Windows color (decimal): -8406054 or 14334847. OLE color: 14334847.

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

Color convert

RGB 127 187 218 -
CMYK 0.42 0.14 0 0.15
HSL 200.44º 0.55% 0.68% -
HSV(B) 200.44º 0.42% 0.85% -
XYZ 39.18 45.11 72.97 -
YUV 172.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 127 187 218 0.42 0.14 0 0.15 200.44 0.55 0.68
Hex 7F BB DA 2A E 0 F C8 37 44
Octal 177 273 332 52 16 0 17 310 67 104
Binary 1111111 10111011 11011010 101010 1110 0 1111 11001000 110111 1000100

Color Harmonies of #7FBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBBDA

Black with #7FBBDA

Text Example


Text Example

White with #7FBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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