Html Css Color HEX #7DB1CC Seagull

📋 copy color: '#7DB1CC'

red 125 ◦ green 177 ◦ blue 204

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

Shades of Seagull #7DB1CC

Tints of Seagull #7DB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.98%

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

R = 24.7%
G = 34.98%
B = 40.32%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DB1CC (or 0x7DB1CC) is known color: Seagull. HEX triplet: 7D, B1 and CC. RGB value is (125,177,204). Sum of RGB (Red+Green+Blue) = 125+177+204=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1CC is #824E33. Grayscale: #A4A4A4. Windows color (decimal): -8539700 or 13414781. OLE color: 13414781.

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

Color convert

RGB 125 177 204 -
CMYK 0.39 0.13 0 0.2
HSL 200.51º 0.44% 0.65% -
HSV(B) 200.51º 0.39% 0.8% -
XYZ 35.08 40.16 63.03 -
YUV 164.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 125 177 204 0.39 0.13 0 0.2 200.51 0.44 0.65
Hex 7D B1 CC 27 D 0 14 C9 2C 41
Octal 175 261 314 47 15 0 24 311 54 101
Binary 1111101 10110001 11001100 100111 1101 0 10100 11001001 101100 1000001

Color Harmonies of #7DB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB1CC

Black with #7DB1CC

Text Example


Text Example

White with #7DB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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