Html Css Color HEX #7CBEDC Seagull

📋 copy color: '#7CBEDC'

red 124 ◦ green 190 ◦ blue 220

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

Shades of Seagull #7CBEDC

Tints of Seagull #7CBEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 23.22%
G = 35.58%
B = 41.2%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CBEDC (or 0x7CBEDC) is known color: Seagull. HEX triplet: 7C, BE and DC. RGB value is (124,190,220). Sum of RGB (Red+Green+Blue) = 124+190+220=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEDC is #834123. Grayscale: #ADADAD. Windows color (decimal): -8601892 or 14466684. OLE color: 14466684.

HSL color Cylindrical-coordinate representation of color #7CBEDC: hue angle of 198.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBEDC is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 190 220 -
CMYK 0.44 0.14 0 0.14
HSL 198.75º 0.58% 0.67% -
HSV(B) 198.75º 0.44% 0.86% -
XYZ 39.64 46.28 74.55 -
YUV 173.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 124 190 220 0.44 0.14 0 0.14 198.75 0.58 0.67
Hex 7C BE DC 2C E 0 E C7 3A 43
Octal 174 276 334 54 16 0 16 307 72 103
Binary 1111100 10111110 11011100 101100 1110 0 1110 11000111 111010 1000011

Color Harmonies of #7CBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBEDC

Black with #7CBEDC

Text Example


Text Example

White with #7CBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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