#7CAFCD

Color #7CAFCD Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7CAFCD

Tints of Seagull #7CAFCD

Color information

#7CAFCD (or 0x7CAFCD) is unknown color: approx Seagull. HEX triplet: 7C, AF and CD. RGB value is (124,175,205). Sum of RGB (Red+Green+Blue) = 124+175+205=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFCD is #835032. Grayscale: #A3A3A3. Windows color (decimal): -8605747 or 13479804. OLE color: 13479804.

HSL color Cylindrical-coordinate representation of color #7CAFCD: hue angle of 202.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CAFCD is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124175205-
CMYK0.400.1500.20
HSL202.22º44.75%64.51%-
HSV(B)202.22º39.51%80.39%-
XYZ34.6639.3563.53-
YUV163.17151.6100.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=24.60%
G=34.72%
B=40.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241752050.400.1500.20202.2244.7564.51
Hex7CAFCD28F014ca2d41
Octal174257315501702431255101
Binary111110010101111110011011010001111010100110010101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CAFCD;
 }
 .AnyTagClassName
 {
   color: #7CAFCD;
 }
</style>
background-color css

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

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

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

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

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

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