Html Css Color HEX #7DBACF Seagull

📋 copy color: '#7DBACF'

red 125 ◦ green 186 ◦ blue 207

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

Shades of Seagull #7DBACF

Tints of Seagull #7DBACF

RGB

 RED value IS 125 (49.22% from 255) = 24.13%

 GREEN value IS 186 (73.05% from 255) = 35.91%

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 24.13%
G = 35.91%
B = 39.96%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DBACF (or 0x7DBACF) is known color: Seagull. HEX triplet: 7D, BA and CF. RGB value is (125,186,207). Sum of RGB (Red+Green+Blue) = 125+186+207=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DBACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBACF is #824530. Grayscale: #AAAAAA. Windows color (decimal): -8537393 or 13613693. OLE color: 13613693.

HSL color Cylindrical-coordinate representation of color #7DBACF: hue angle of 195.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBACF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 186 207 -
CMYK 0.40 0.10 0 0.19
HSL 195.37º 0.46% 0.65% -
HSV(B) 195.37º 0.4% 0.81% -
XYZ 37.28 43.98 65.56 -
YUV 170.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 125 186 207 0.40 0.10 0 0.19 195.37 0.46 0.65
Hex 7D BA CF 28 A 0 13 C3 2E 41
Octal 175 272 317 50 12 0 23 303 56 101
Binary 1111101 10111010 11001111 101000 1010 0 10011 11000011 101110 1000001

Color Harmonies of #7DBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBACF

Black with #7DBACF

Text Example


Text Example

White with #7DBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,207); }

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

background-color css

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

 a { background-color: rgb(125,186,207); }

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

border-color css

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

 span { border-color: rgb(125,186,207); }

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