Html Css Color HEX #7FBBDF Seagull

📋 copy color: '#7FBBDF'

red 127 ◦ green 187 ◦ blue 223

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

Shades of Seagull #7FBBDF

Tints of Seagull #7FBBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 23.65%
G = 34.82%
B = 41.53%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FBBDF (or 0x7FBBDF) is known color: Seagull. HEX triplet: 7F, BB and DF. RGB value is (127,187,223). Sum of RGB (Red+Green+Blue) = 127+187+223=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FBBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBDF is #804420. Grayscale: #ACACAC. Windows color (decimal): -8406049 or 14662527. OLE color: 14662527.

HSL color Cylindrical-coordinate representation of color #7FBBDF: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBBDF is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 187 223 -
CMYK 0.43 0.16 0 0.13
HSL 202.5º 0.6% 0.69% -
HSV(B) 202.5º 0.43% 0.87% -
XYZ 39.84 45.38 76.47 -
YUV 173.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 127 187 223 0.43 0.16 0 0.13 202.5 0.6 0.69
Hex 7F BB DF 2B 10 0 D CA 3C 45
Octal 177 273 337 53 20 0 15 312 74 105
Binary 1111111 10111011 11011111 101011 10000 0 1101 11001010 111100 1000101

Color Harmonies of #7FBBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBBDF

Black with #7FBBDF

Text Example


Text Example

White with #7FBBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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