Html Css Color HEX #7CADCA Seagull

📋 copy color: '#7CADCA'

red 124 ◦ green 173 ◦ blue 202

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

Shades of Seagull #7CADCA

Tints of Seagull #7CADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 24.85%
G = 34.67%
B = 40.48%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7CADCA (or 0x7CADCA) is known color: Seagull. HEX triplet: 7C, AD and CA. RGB value is (124,173,202). Sum of RGB (Red+Green+Blue) = 124+173+202=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADCA is #835235. Grayscale: #A1A1A1. Windows color (decimal): -8606262 or 13282684. OLE color: 13282684.

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

Color convert

RGB 124 173 202 -
CMYK 0.39 0.14 0 0.21
HSL 202.31º 0.42% 0.64% -
HSV(B) 202.31º 0.39% 0.79% -
XYZ 33.92 38.44 61.51 -
YUV 161.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 124 173 202 0.39 0.14 0 0.21 202.31 0.42 0.64
Hex 7C AD CA 27 E 0 15 CA 2A 40
Octal 174 255 312 47 16 0 25 312 52 100
Binary 1111100 10101101 11001010 100111 1110 0 10101 11001010 101010 1000000

Color Harmonies of #7CADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CADCA

Black with #7CADCA

Text Example


Text Example

White with #7CADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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