Html Css Color HEX #7CBCCD Seagull

📋 copy color: '#7CBCCD'

red 124 ◦ green 188 ◦ blue 205

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

Shades of Seagull #7CBCCD

Tints of Seagull #7CBCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 23.98%
G = 36.36%
B = 39.65%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CBCCD (or 0x7CBCCD) is known color: Seagull. HEX triplet: 7C, BC and CD. RGB value is (124,188,205). Sum of RGB (Red+Green+Blue) = 124+188+205=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCCD is #834332. Grayscale: #AAAAAA. Windows color (decimal): -8602419 or 13483132. OLE color: 13483132.

HSL color Cylindrical-coordinate representation of color #7CBCCD: hue angle of 192.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBCCD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 188 205 -
CMYK 0.40 0.08 0 0.20
HSL 192.59º 0.45% 0.65% -
HSV(B) 192.59º 0.4% 0.8% -
XYZ 37.31 44.66 64.41 -
YUV 170.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 124 188 205 0.40 0.08 0 0.20 192.59 0.45 0.65
Hex 7C BC CD 28 8 0 14 C1 2D 41
Octal 174 274 315 50 10 0 24 301 55 101
Binary 1111100 10111100 11001101 101000 1000 0 10100 11000001 101101 1000001

Color Harmonies of #7CBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBCCD

Black with #7CBCCD

Text Example


Text Example

White with #7CBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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