Html Css Color HEX #7DBBCE Seagull

📋 copy color: '#7DBBCE'

red 125 ◦ green 187 ◦ blue 206

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

Shades of Seagull #7DBBCE

Tints of Seagull #7DBBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 24.13%
G = 36.1%
B = 39.77%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DBBCE (or 0x7DBBCE) is known color: Seagull. HEX triplet: 7D, BB and CE. RGB value is (125,187,206). Sum of RGB (Red+Green+Blue) = 125+187+206=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DBBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBCE is #824431. Grayscale: #AAAAAA. Windows color (decimal): -8537138 or 13548413. OLE color: 13548413.

HSL color Cylindrical-coordinate representation of color #7DBBCE: hue angle of 194.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBBCE is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 187 206 -
CMYK 0.39 0.09 0 0.19
HSL 194.07º 0.45% 0.65% -
HSV(B) 194.07º 0.39% 0.81% -
XYZ 37.37 44.36 64.98 -
YUV 170.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 125 187 206 0.39 0.09 0 0.19 194.07 0.45 0.65
Hex 7D BB CE 27 9 0 13 C2 2D 41
Octal 175 273 316 47 11 0 23 302 55 101
Binary 1111101 10111011 11001110 100111 1001 0 10011 11000010 101101 1000001

Color Harmonies of #7DBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBCE

Black with #7DBBCE

Text Example


Text Example

White with #7DBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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