Html Css Color HEX #7CBED5 Seagull

📋 copy color: '#7CBED5'

red 124 ◦ green 190 ◦ blue 213

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

Shades of Seagull #7CBED5

Tints of Seagull #7CBED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 23.53%
G = 36.05%
B = 40.42%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7CBED5 (or 0x7CBED5) is known color: Seagull. HEX triplet: 7C, BE and D5. RGB value is (124,190,213). Sum of RGB (Red+Green+Blue) = 124+190+213=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #7CBED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBED5 is #83412A. Grayscale: #ACACAC. Windows color (decimal): -8601899 or 14007932. OLE color: 14007932.

HSL color Cylindrical-coordinate representation of color #7CBED5: hue angle of 195.51º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CBED5 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 190 213 -
CMYK 0.42 0.11 0 0.16
HSL 195.51º 0.51% 0.66% -
HSV(B) 195.51º 0.42% 0.84% -
XYZ 38.74 45.92 69.77 -
YUV 172.89 150.63 93.13 -
System Red Green Blue C M Y K H S L
Decimal 124 190 213 0.42 0.11 0 0.16 195.51 0.51 0.66
Hex 7C BE D5 2A B 0 10 C4 33 42
Octal 174 276 325 52 13 0 20 304 63 102
Binary 1111100 10111110 11010101 101010 1011 0 10000 11000100 110011 1000010

Color Harmonies of #7CBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBED5

Black with #7CBED5

Text Example


Text Example

White with #7CBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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