Html Css Color HEX #7DBCCC Seagull

📋 copy color: '#7DBCCC'

red 125 ◦ green 188 ◦ blue 204

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

Shades of Seagull #7DBCCC

Tints of Seagull #7DBCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 24.18%
G = 36.36%
B = 39.46%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DBCCC (or 0x7DBCCC) is known color: Seagull. HEX triplet: 7D, BC and CC. RGB value is (125,188,204). Sum of RGB (Red+Green+Blue) = 125+188+204=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCCC is #824333. Grayscale: #AAAAAA. Windows color (decimal): -8536884 or 13417597. OLE color: 13417597.

HSL color Cylindrical-coordinate representation of color #7DBCCC: hue angle of 192.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBCCC is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 188 204 -
CMYK 0.39 0.08 0 0.2
HSL 192.15º 0.44% 0.65% -
HSV(B) 192.15º 0.39% 0.8% -
XYZ 37.34 44.69 63.78 -
YUV 170.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 125 188 204 0.39 0.08 0 0.2 192.15 0.44 0.65
Hex 7D BC CC 27 8 0 14 C0 2C 41
Octal 175 274 314 47 10 0 24 300 54 101
Binary 1111101 10111100 11001100 100111 1000 0 10100 11000000 101100 1000001

Color Harmonies of #7DBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCCC

Black with #7DBCCC

Text Example


Text Example

White with #7DBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,188,204); }

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

background-color css

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

 a { background-color: rgb(125,188,204); }

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

border-color css

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

 span { border-color: rgb(125,188,204); }

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