Html Css Color HEX #7CB8D5 Seagull

📋 copy color: '#7CB8D5'

red 124 ◦ green 184 ◦ blue 213

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

Shades of Seagull #7CB8D5

Tints of Seagull #7CB8D5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.32%

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

R = 23.8%
G = 35.32%
B = 40.88%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7CB8D5 (or 0x7CB8D5) is known color: Seagull. HEX triplet: 7C, B8 and D5. RGB value is (124,184,213). Sum of RGB (Red+Green+Blue) = 124+184+213=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #7CB8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB8D5 is #83472A. Grayscale: #A9A9A9. Windows color (decimal): -8603435 or 14006396. OLE color: 14006396.

HSL color Cylindrical-coordinate representation of color #7CB8D5: hue angle of 199.55º 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 #7CB8D5 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 184 213 -
CMYK 0.42 0.14 0 0.16
HSL 199.55º 0.51% 0.66% -
HSV(B) 199.55º 0.42% 0.84% -
XYZ 37.46 43.37 69.35 -
YUV 169.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 124 184 213 0.42 0.14 0 0.16 199.55 0.51 0.66
Hex 7C B8 D5 2A E 0 10 C8 33 42
Octal 174 270 325 52 16 0 20 310 63 102
Binary 1111100 10111000 11010101 101010 1110 0 10000 11001000 110011 1000010

Color Harmonies of #7CB8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB8D5

Black with #7CB8D5

Text Example


Text Example

White with #7CB8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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