Html Css Color HEX #7DBFDF Seagull

📋 copy color: '#7DBFDF'

red 125 ◦ green 191 ◦ blue 223

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

Shades of Seagull #7DBFDF

Tints of Seagull #7DBFDF

RGB

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

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

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

R = 23.19%
G = 35.44%
B = 41.37%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DBFDF (or 0x7DBFDF) is known color: Seagull. HEX triplet: 7D, BF and DF. RGB value is (125,191,223). Sum of RGB (Red+Green+Blue) = 125+191+223=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFDF is #824020. Grayscale: #AEAEAE. Windows color (decimal): -8536097 or 14663549. OLE color: 14663549.

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

Color convert

RGB 125 191 223 -
CMYK 0.44 0.14 0 0.13
HSL 199.59º 0.6% 0.68% -
HSV(B) 199.59º 0.44% 0.87% -
XYZ 40.41 46.95 76.74 -
YUV 174.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 125 191 223 0.44 0.14 0 0.13 199.59 0.6 0.68
Hex 7D BF DF 2C E 0 D C8 3C 44
Octal 175 277 337 54 16 0 15 310 74 104
Binary 1111101 10111111 11011111 101100 1110 0 1101 11001000 111100 1000100

Color Harmonies of #7DBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFDF

Black with #7DBFDF

Text Example


Text Example

White with #7DBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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