Html Css Color HEX #7CAFCC Seagull

📋 copy color: '#7CAFCC'

red 124 ◦ green 175 ◦ blue 204

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

Shades of Seagull #7CAFCC

Tints of Seagull #7CAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 24.65%
G = 34.79%
B = 40.56%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7CAFCC (or 0x7CAFCC) is known color: Seagull. HEX triplet: 7C, AF and CC. RGB value is (124,175,204). Sum of RGB (Red+Green+Blue) = 124+175+204=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFCC is #835033. Grayscale: #A2A2A2. Windows color (decimal): -8605748 or 13414268. OLE color: 13414268.

HSL color Cylindrical-coordinate representation of color #7CAFCC: hue angle of 201.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CAFCC is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 175 204 -
CMYK 0.39 0.14 0 0.2
HSL 201.75º 0.44% 0.64% -
HSV(B) 201.75º 0.39% 0.8% -
XYZ 34.54 39.3 62.89 -
YUV 163.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 124 175 204 0.39 0.14 0 0.2 201.75 0.44 0.64
Hex 7C AF CC 27 E 0 14 CA 2C 40
Octal 174 257 314 47 16 0 24 312 54 100
Binary 1111100 10101111 11001100 100111 1110 0 10100 11001010 101100 1000000

Color Harmonies of #7CAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFCC

Black with #7CAFCC

Text Example


Text Example

White with #7CAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,204); }

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

background-color css

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

 a { background-color: rgb(124,175,204); }

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

border-color css

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

 span { border-color: rgb(124,175,204); }

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