Html Css Color HEX #7CBECD Seagull

📋 copy color: '#7CBECD'

red 124 ◦ green 190 ◦ blue 205

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

Shades of Seagull #7CBECD

Tints of Seagull #7CBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

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

R = 23.89%
G = 36.61%
B = 39.5%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CBECD (or 0x7CBECD) is known color: Seagull. HEX triplet: 7C, BE and CD. RGB value is (124,190,205). Sum of RGB (Red+Green+Blue) = 124+190+205=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBECD is #834132. Grayscale: #ABABAB. Windows color (decimal): -8601907 or 13483644. OLE color: 13483644.

HSL color Cylindrical-coordinate representation of color #7CBECD: hue angle of 191.11º 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 #7CBECD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 190 205 -
CMYK 0.40 0.07 0 0.20
HSL 191.11º 0.45% 0.65% -
HSV(B) 191.11º 0.4% 0.8% -
XYZ 37.75 45.52 64.55 -
YUV 171.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 124 190 205 0.40 0.07 0 0.20 191.11 0.45 0.65
Hex 7C BE CD 28 7 0 14 BF 2D 41
Octal 174 276 315 50 7 0 24 277 55 101
Binary 1111100 10111110 11001101 101000 111 0 10100 10111111 101101 1000001

Color Harmonies of #7CBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBECD

Black with #7CBECD

Text Example


Text Example

White with #7CBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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