Html Css Color HEX #7DBADA Seagull

📋 copy color: '#7DBADA'

red 125 ◦ green 186 ◦ blue 218

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

Shades of Seagull #7DBADA

Tints of Seagull #7DBADA

RGB

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

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

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

R = 23.63%
G = 35.16%
B = 41.21%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DBADA (or 0x7DBADA) is known color: Seagull. HEX triplet: 7D, BA and DA. RGB value is (125,186,218). Sum of RGB (Red+Green+Blue) = 125+186+218=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBADA is #824525. Grayscale: #ABABAB. Windows color (decimal): -8537382 or 14334589. OLE color: 14334589.

HSL color Cylindrical-coordinate representation of color #7DBADA: hue angle of 200.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBADA is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 186 218 -
CMYK 0.43 0.15 0 0.15
HSL 200.65º 0.56% 0.67% -
HSV(B) 200.65º 0.43% 0.85% -
XYZ 38.67 44.54 72.89 -
YUV 171.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 125 186 218 0.43 0.15 0 0.15 200.65 0.56 0.67
Hex 7D BA DA 2B F 0 F C9 38 43
Octal 175 272 332 53 17 0 17 311 70 103
Binary 1111101 10111010 11011010 101011 1111 0 1111 11001001 111000 1000011

Color Harmonies of #7DBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBADA

Black with #7DBADA

Text Example


Text Example

White with #7DBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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