Html Css Color HEX #7DBFDC Seagull

📋 copy color: '#7DBFDC'

red 125 ◦ green 191 ◦ blue 220

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

Shades of Seagull #7DBFDC

Tints of Seagull #7DBFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 23.32%
G = 35.63%
B = 41.04%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DBFDC (or 0x7DBFDC) is known color: Seagull. HEX triplet: 7D, BF and DC. RGB value is (125,191,220). Sum of RGB (Red+Green+Blue) = 125+191+220=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFDC is #824023. Grayscale: #AEAEAE. Windows color (decimal): -8536100 or 14466941. OLE color: 14466941.

HSL color Cylindrical-coordinate representation of color #7DBFDC: hue angle of 198.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBFDC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 191 220 -
CMYK 0.43 0.13 0 0.14
HSL 198.32º 0.58% 0.68% -
HSV(B) 198.32º 0.43% 0.86% -
XYZ 40.01 46.79 74.63 -
YUV 174.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 125 191 220 0.43 0.13 0 0.14 198.32 0.58 0.68
Hex 7D BF DC 2B D 0 E C6 3A 44
Octal 175 277 334 53 15 0 16 306 72 104
Binary 1111101 10111111 11011100 101011 1101 0 1110 11000110 111010 1000100

Color Harmonies of #7DBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFDC

Black with #7DBFDC

Text Example


Text Example

White with #7DBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,191,220); }

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

background-color css

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

 a { background-color: rgb(125,191,220); }

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

border-color css

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

 span { border-color: rgb(125,191,220); }

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