Html Css Color HEX #7DBBCC Seagull

📋 copy color: '#7DBBCC'

red 125 ◦ green 187 ◦ blue 204

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

Shades of Seagull #7DBBCC

Tints of Seagull #7DBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.24%

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

R = 24.22%
G = 36.24%
B = 39.53%

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

#7DBBCC (or 0x7DBBCC) is known color: Seagull. HEX triplet: 7D, BB and CC. RGB value is (125,187,204). Sum of RGB (Red+Green+Blue) = 125+187+204=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBCC is #824433. Grayscale: #AAAAAA. Windows color (decimal): -8537140 or 13417341. OLE color: 13417341.

HSL color Cylindrical-coordinate representation of color #7DBBCC: hue angle of 192.91º 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 #7DBBCC is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 187 204 -
CMYK 0.39 0.08 0 0.2
HSL 192.91º 0.44% 0.65% -
HSV(B) 192.91º 0.39% 0.8% -
XYZ 37.13 44.26 63.71 -
YUV 170.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 125 187 204 0.39 0.08 0 0.2 192.91 0.44 0.65
Hex 7D BB CC 27 8 0 14 C1 2C 41
Octal 175 273 314 47 10 0 24 301 54 101
Binary 1111101 10111011 11001100 100111 1000 0 10100 11000001 101100 1000001

Color Harmonies of #7DBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBCC

Black with #7DBBCC

Text Example


Text Example

White with #7DBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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