Html Css Color HEX #7CBCD0 Seagull

📋 copy color: '#7CBCD0'

red 124 ◦ green 188 ◦ blue 208

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

Shades of Seagull #7CBCD0

Tints of Seagull #7CBCD0

RGB

 RED value IS 124 (48.83% from 255) = 23.85%

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

 BLUE value IS 208 (81.64% from 255) = 40%

R = 23.85%
G = 36.15%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7CBCD0 (or 0x7CBCD0) is known color: Seagull. HEX triplet: 7C, BC and D0. RGB value is (124,188,208). Sum of RGB (Red+Green+Blue) = 124+188+208=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #7CBCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCD0 is #83432F. Grayscale: #AAAAAA. Windows color (decimal): -8602416 or 13679740. OLE color: 13679740.

HSL color Cylindrical-coordinate representation of color #7CBCD0: hue angle of 194.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBCD0 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 188 208 -
CMYK 0.40 0.10 0 0.18
HSL 194.29º 0.47% 0.65% -
HSV(B) 194.29º 0.4% 0.82% -
XYZ 37.68 44.81 66.34 -
YUV 171.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 124 188 208 0.40 0.10 0 0.18 194.29 0.47 0.65
Hex 7C BC D0 28 A 0 12 C2 2F 41
Octal 174 274 320 50 12 0 22 302 57 101
Binary 1111100 10111100 11010000 101000 1010 0 10010 11000010 101111 1000001

Color Harmonies of #7CBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBCD0

Black with #7CBCD0

Text Example


Text Example

White with #7CBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,208); }

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

background-color css

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

 a { background-color: rgb(124,188,208); }

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

border-color css

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

 span { border-color: rgb(124,188,208); }

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