Html Css Color HEX #7CB5CA Seagull

📋 copy color: '#7CB5CA'

red 124 ◦ green 181 ◦ blue 202

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

Shades of Seagull #7CB5CA

Tints of Seagull #7CB5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.7%

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 24.46%
G = 35.7%
B = 39.84%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7CB5CA (or 0x7CB5CA) is known color: Seagull. HEX triplet: 7C, B5 and CA. RGB value is (124,181,202). Sum of RGB (Red+Green+Blue) = 124+181+202=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CB5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5CA is #834A35. Grayscale: #A6A6A6. Windows color (decimal): -8604214 or 13284732. OLE color: 13284732.

HSL color Cylindrical-coordinate representation of color #7CB5CA: hue angle of 196.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CB5CA is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 181 202 -
CMYK 0.39 0.10 0 0.21
HSL 196.15º 0.42% 0.64% -
HSV(B) 196.15º 0.39% 0.79% -
XYZ 35.5 41.6 62.04 -
YUV 166.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 124 181 202 0.39 0.10 0 0.21 196.15 0.42 0.64
Hex 7C B5 CA 27 A 0 15 C4 2A 40
Octal 174 265 312 47 12 0 25 304 52 100
Binary 1111100 10110101 11001010 100111 1010 0 10101 11000100 101010 1000000

Color Harmonies of #7CB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB5CA

Black with #7CB5CA

Text Example


Text Example

White with #7CB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,181,202); }

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

background-color css

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

 a { background-color: rgb(124,181,202); }

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

border-color css

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

 span { border-color: rgb(124,181,202); }

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